-
Notifications
You must be signed in to change notification settings - Fork 115
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
Dragging of non-line and inline editable blocks do not save their position #548
Comments
Could be problems with block pages in blocks pages if the above test okay? |
Spoke about this with @sachajudd . I think this is mostly just #547 (no preview update is triggered on re-order)? I've raised an PR that resolves that. I've also included a fix to update the draft status of blocks that you re-order. There is another issue that we've been experiencing which appears to be fixed by recent core changes - an update of installed modules resolved that issue. Once #553 is merged I'd say this is closed - reopen if you feel the issue is still not resolved. |
#553 is merged. I'll close this for now - feel free to reopen if there are some steps that can reproduce the issue as reported. Thanks! |
Cool, I'll retrospectively lower the impact rating on account of your findings |
I think this issue is still happening in Steps to reproduce:
Both of the inline blocks then have a sort order of 1 in the |
I'm getting similar issues to @lexakami with ordering not working in SS4, Elemental 4.0 |
Same here (elemental 4.0.0), I put it down to a one-off blip as I’d made a large number of model changes at the time. I’m back on that project later this week so I’ll take a good look then if no one beats me to it. For reference, none of the blocks in my project are inline-editable. |
Thanks all we'll take another look. |
Okay thanks to @Kethatril on the community Slack I've found the probable cause for the issue. We were updating surrounding objects when sorting things but only on the "draft" table and never the "live" table. I've raised a PR at #580 that should resolve this issue. |
#580 is merged |
When you have a mix of in-page editable blocks and blocks like the Form Block which aren't in-page editable, and you re-order them the blocks do not save their position.
Tested in 4.3 (pre stable release)
cc @brynwhyman
The text was updated successfully, but these errors were encountered: