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
Super Table fields aren’t loading disabled Matrix blocks. Then when the entry is re-saved, they end up getting deleted.
Steps to reproduce
Create a Super Table field with a Matrix field inside it
Create an entry with the Super Table field
Add at least one Super Table block with a disabled Matrix block inside it
Save the entry. You will notice that the disabled block isn’t anywhere to be seen, however it’s still in the database at this point.
Save the entry again. Now the disabled Matrix block will get soft-deleted, because it’s missing from the POST data, so Matrix assumes it was intentionally deleted.
Additional info
Plugin version: 2.2.1
Craft version: 3.*
The text was updated successfully, but these errors were encountered:
brandonkelly
added a commit
to brandonkelly/super-table
that referenced
this issue
Aug 6, 2019
Description
Super Table fields aren’t loading disabled Matrix blocks. Then when the entry is re-saved, they end up getting deleted.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: