Note: I realise this question is about an old version of Kickassets running on an old version of the CMS but someone might know a quick fix for this issue that might save me having to upgrade the entire CMS to version 3 just to solve this?
I have a client on SS2.4 with the KickAssets module installed, using a custom sort order for photos added to pages .i.e the _config.php file has
ManyManySortable::add_sortable_many_many_relations(array('Page' => 'Photos'));
The sort order works, but it reverts back to being ordered by name everytime a new file is added.
i.e. adding a new image to a page that already has multiple images set to a custom order will result in the whole list reverting to alphabetical.
When adding a new file, is there any way to leave the custom order set as it is, and just add the new file to the bottom (or top) of this?