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
Just fixed this for the next release. Unfortunately it’s not possible for us to write a migration to patch up your content, though, as we don’t keep records of Matrix block types’ handle changes once they’ve been saved.
So to patch your content manually, you will need to look through your matrixcontent_X table and manually copy values over from the old column to the new one (or write a SQL query to do it). If you haven’t made any new content changes since renaming the block type, you could also just rename your block type handle back to the original value, before updating to the next release (3.1.9), and the content will be restored.
Description
All content gone after updating the handle of a Matrix block type.
Steps to reproduce
foo
, that has a plain text field with handletext
foo
block added with some text entered.bar
matrixcontent_foo
for ourtext
field.Additional info
The text was updated successfully, but these errors were encountered: