- Issue created by @ndf
When Sortableviews is embedded via a dynamic local task (e.g., node/<nid>/edit/methoden
), the new order is not visibly updated after saving. Although the “Save changes” button successfully updates the underlying numeric weight field and displays “Changes have been saved,” the listed items remain in their old sequence until the user manually refreshes the page.
field_weight
).field_weight
).node/<nid>/edit/methoden
(e.g., with Dynamic Local Tasks or a custom route).Expected result: The page (or view) reloads or re-renders in the new order immediately.
Actual result: “Changes have been saved.” appears, but the items remain in the old order until a manual page reload.
Implement an automatic refresh or re-render after the “Save Sortableviews changes” action completes. This could be:
No immediate UI design changes, but users would see the newly ordered results immediately after saving instead of needing a manual browser refresh.
None anticipated. The change is primarily about reloading or re-rendering the view after the reorder is saved.
None. Sortableviews already updates the numeric weight field; no changes to the schema or data structure are required.
Active
1.0
User interface