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
When attempting to delete a Supertable field from inside a matrix block type, I get a column not found exception for a field that doesn't even belong to that matrix block type. This happens when deleting the field via CP and when applying the project config. From the stack trace below it seems that the reason is that Blitz is calling ElementHelper::isDraftOrRevision on a SuperTableBlockElement. When I disable Blitz, the deletion works fine. But it was a bit of a pain to deploy my changes to a production system like that.
Have a Matrix field with Supertable fields nested inside
I think it's necessary to have actual content in that nested Supertable field
Have Blitz installed and enabled
Attempt to delete the Supertable field from the Matrix Block Type
Craft CMS version
4.12.0
Plugin version
3.0.14
Multi-site?
Yes
Additional context
Blitz Version: 4.23.0
PHP Version: 8.2.19
This might partly be a duplicate of #443, but I don't see Blitz mentioned there.
I've already opened an issue here putyourlightson/craft-blitz#709, but it looks like the incompatibility is on Supertable's side.
The text was updated successfully, but these errors were encountered:
Describe the bug
When attempting to delete a Supertable field from inside a matrix block type, I get a column not found exception for a field that doesn't even belong to that matrix block type. This happens when deleting the field via CP and when applying the project config. From the stack trace below it seems that the reason is that Blitz is calling ElementHelper::isDraftOrRevision on a SuperTableBlockElement. When I disable Blitz, the deletion works fine. But it was a bit of a pain to deploy my changes to a production system like that.
Steps to reproduce
Craft CMS version
4.12.0
Plugin version
3.0.14
Multi-site?
Yes
Additional context
Blitz Version: 4.23.0
PHP Version: 8.2.19
This might partly be a duplicate of #443, but I don't see Blitz mentioned there.
I've already opened an issue here putyourlightson/craft-blitz#709, but it looks like the incompatibility is on Supertable's side.
The text was updated successfully, but these errors were encountered: