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
Currently when performing actions on blocks the preview will update after the action so that you get live preview of the changes you're making. When dragging around blocks to re-order there is no change being triggered
Steps to reproduce
Create/edit a blocks page
Make at least two blocks with content
Observe the preview and note the order of blocks
Re-order the blocks by dragging around blocks
Note there's no update to the preview
Trigger an update by publishing (or refreshing)
Note that the preview updates in this case and shows the correct order of blocks.
The text was updated successfully, but these errors were encountered:
The page status not being updated is probably expected (because of the existence of silverstripe/silverstripe-versioned#195). This is talking about the preview side-panel explicitly though - which we still have to trigger a change on - something we've done for the existing save mechanisms.
ScopeyNZ
changed the title
An update is not triggered on reorder
A preview update is not triggered on reorder
Dec 17, 2018
ScopeyNZ
added a commit
to creative-commoners/silverstripe-elemental
that referenced
this issue
Dec 18, 2018
- The status of the block (switching to unpublished/draft) now correctly changes
- An update of the preview is triggered
- Fixes an issue where required props were not being provided to ElementActions in a test
Fixessilverstripe#547
Affected version:
4.x
Description
Currently when performing actions on blocks the preview will update after the action so that you get live preview of the changes you're making. When dragging around blocks to re-order there is no change being triggered
Steps to reproduce
The text was updated successfully, but these errors were encountered: