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
Describe the bug
When adding a partner logo, the user can specify a position (the position in the list). The logos are positioned in the order of the last edit.
To Reproduce
Steps to reproduce the behavior:
Go to /admin/partners logged in as an admin
Add three partners, with positions 1, 3, and 2 (in order of creation)
Open the front page and look at the logos
The logos are positioned in the order they were added (1, 3, 2)
Return to the menu and edit the first logo (modify website, name, etc.)
Open the front page and look at the logos
The logos are positioned in the order they were last edited (3, 1, 2)
Expected behavior
The logos should always be positioned in the order of their position.
Logos without a position should be placed after the logos with a specified position in the last edited order.
Screenshots
Expected order: Code4, CT911, Commit
Actual order: Code4, Commit, CT911 (in the order they were last edited)
Describe the bug
When adding a partner logo, the user can specify a position (the position in the list). The logos are positioned in the order of the last edit.
To Reproduce
Steps to reproduce the behavior:
/admin/partners
logged in as an adminExpected behavior
The logos should always be positioned in the order of their position.
Logos without a position should be placed after the logos with a specified position in the last edited order.
Screenshots
Expected order: Code4, CT911, Commit
Actual order: Code4, Commit, CT911 (in the order they were last edited)
Additional context
Related to #431
The text was updated successfully, but these errors were encountered: