You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed it (without changing composer yet). I commited this as one commit and craft project-config/apply on deploy fails with:
- removing superTableBlockTypes.8501032d-bdd4-4752-8f85-48f10445f092.fields.b9da0952-12d4-4f46-a1a7-1323191e2925.settings.options.0.__assoc__.0 ...
error: The table does not exist: {{%supertableblocktypes}}
- removing superTableBlockTypes.8501032d-bdd4-4752-8f85-48f10445f092 ...
I just thought afterwards that this might be a bad idea at same time 😉
Re-deploying it worked fine the second time, no errors on craft project-config/apply.
Steps to reproduce
Delete existing super table fields in Settings > Fields
Uninstall Plugin in dashboard
Commit both these changes as one deployment
Run apply command --> fails
Run apply command second time --> works
Craft CMS version
4.5.9
Plugin version
3.0.12
Multi-site?
No
Additional context
Just wanted to let you know this happens, maybe edge case. Please close if irrelevant.
Thanks very much for providing this plugin while we waited for matrix-in-matrix in core. 👏
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi,
I remove some super table fields in "Settings > Fields"
AND
after that I followed this guide (https://craftcms.com/docs/4.x/plugins.html#uninstalling-a-plugin)
and disabled Super Table in Settings > Plugins.
I deployed it (without changing composer yet). I commited this as one commit and
craft project-config/apply
on deploy fails with:I just thought afterwards that this might be a bad idea at same time 😉
Re-deploying it worked fine the second time, no errors on
craft project-config/apply
.Steps to reproduce
Craft CMS version
4.5.9
Plugin version
3.0.12
Multi-site?
No
Additional context
Just wanted to let you know this happens, maybe edge case. Please close if irrelevant.
Thanks very much for providing this plugin while we waited for matrix-in-matrix in core. 👏
The text was updated successfully, but these errors were encountered: