keystonejs / keystone-classic

Node.js CMS and web app framework
http://v4.keystonejs.com
MIT License
14.65k stars 2.21k forks source link

refactor reorderItems to update all sortOrder in case some objects we… #4980

Closed joephuz closed 4 years ago

joephuz commented 4 years ago

…re deleted

Description of changes

Addressing issue #4651 in which sortable items sortOrder will become incorrect once some items have been deleted form the collection. This fix will reassign sortOrder for all objects whenever a sort occurs. Im new to contributing in these type of projects so please forgive me for any annoyances and let me know if theres anything I can help with. Commenting was left in place for reference...

Related issues (if any)

4651

Testing