-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed Matrix fields in drafts don't show up on edit screen since eb5dc9f #4105
Comments
Thanks for reporting that and tracking down the culprit! Fixed for the next release. |
Hello @brandonkelly and everyone -- I still experience this problem in at least the following situation -- When the field is inside a matrix block which is a part of a matrix that is inside a Super Table which is, itself, inside a block of a matrix. I haven't tested all possible combinations of super tables and matrix fields. I will report back if I get further specificity. But for now, I wanted to report there are still issues in these more complex field structures (our site contains a LOT of these). Any thoughts? ======= Update -- I did a little more testing and the only field configuration on our site for which I can replicate the problem is when there is a matrix inside a super table, inside another matrix. |
@d--j yes we are on SuperTable 2.1.17. However, I see they just posted 2.1.18 and it claims to fix an issue related to SuperTables nested inside matrix fields. We will update to that version and see if it resolves the issue. |
@d--j @brandonkelly we just updated to Craft 3.1.24 and SuperTable 2.1.18 and the issue still persists. |
@EFWall can you send in your |
@brandonkelly done. Thanks! |
Description
The commit eb5dc9f broke saving entry drafts with matrix fields. Changes to matrix fields do get saved to the draft (are part of the
[[entrydrafts.data]]
column's JSON) but they do not get shown on the edit form anymore and thus are lost when the draft will get re-saved or published.Steps to reproduce
Additional info
Here is an Architect JSON for your tests:
The text was updated successfully, but these errors were encountered: