-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Short description of the issue
Can't sort elements of a repeater as described here: https://processwire.com/talk/topic/1674-sorting-repeater/#comment-15457
Expected behavior
I need new elements to be at the end by sorting them by "created".
Actual behavior
Sorts according to "sort".
When deleting elements in between and adding new ones you get a sort number lower than the highest sort number. That's why the newest entries aren't at the end.
Optional: Suggestion for a possible fix
Use the sorting set in the (system) template of the repeater. As described in the forum 2012.
Steps to reproduce the issue
- Fill Repeater with multiple items. Save.
- Delete items before the last one. Save.
- Enter new item. Save.
- See the new item isn't the last in the list.
Setup/Environment
- ProcessWire version: 3.0.36