-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Wrong Matrix block gets cloned #15
Comments
Also encountered errors of the type mentioned in #13 and #14, where a block just wasn't getting cloned at all and the action was failing silently. From the
and
|
Both kinds of issues seem a bit random, though, and are reproducible only after multiple trial-and-error attempts. |
Should be fixed in 1.1.12, but let me know! |
Thanks a lot for the quick turnaround, but it looks like the problem of blocks not turning up when cloned still exists...sort of. I cloned a block containing a table and new block didn't show up. But I tried again and it did the second time. Still feels a bit random and not reliable. I Will test more and share my findings. Also, when a block fails to clone, the browser scrolls to either the top or bottom of the page. (Probably because the element to scroll to doesn't exist?) |
Hmmm, I'll also try my best to replicate it again! |
Is there a chance that my data has become corrupt? Any changes that I should make (like re-save entries)? I'll also try on a new entry. |
Really struggling to replicate this one, particularly the error being thrown. Wondering if you might be able to share a video of you replicating the issue? If there are any nested fields (or if the Matrix is nested), as well as trying a reduced test case (test an entry with little to no blocks). |
Description
In a Matrix field, the wrong block (and of the wrong type) gets cloned while the entry is in an unsaved state. It was likely the block on which the clone functionality was run previously. Starts working properly on saving the entry but happens again after a few blocks are clones without saving the entry. I was able to see this most commonly on blocks that contained Table fields, but that might be a conincidence.
Steps to reproduce
Additional info
1.1.11
3.4.30
Additional context
A few Super Table fields exist in the system but not in the Matrix field in which I observed the issue.
The text was updated successfully, but these errors were encountered: