Open criwe opened 7 years ago
Hi Chris,
which mode do you use?
Hi! Thx for the fast reply!
I use: "nested" (display mode)
Best, Chris
Appending here; Sorting in "nested" mode does not work as an Editor would expect it.
Having e.g. given 10 file collections, which you can sort manually with the up/down arrows, the output is not sorted by that given order.
In Classes/Service/FileCollectionService.php in function getGalleryCoversFromCollections() the output is passed through sortFileObjects() before returned. Here the file collections are sorted (asc/desc) by the name of the thumbnails not by sorting.
In order to display the file collections by sorting, just:
return $imageItems;
instead of:
return $this->sortFileObjects($imageItems);
Hi! Thx for this extension!
On question: how does the sorting of the gallerys work? Is there a way to manually sort the gallerys? Thx! Best, Chris