Hello ,
i’ve run into a problem with sorting many images in the backend.
As a photographer, I generate galleries to display the images on my website.
Each gallery can have x amount of subpages, which store images. They are not accessible directly but get called and displayed on the main gallery template sorted by “sort, asc”. (Example: Example Gallery)
I export the images with sorting in filename e.g. 001_foo.jpg, 002_foo.jpg, …
On initial upload, all images are in the correct order.
When I try to sort one image in the backend, the whole order gets messed up sometimes. This seems to happen, because part of the images get a “sort” field in the metadata, but not all of them. Initially the images don’t have that field.
Is there an issuse with php execution time or else? Is kirby supposed to set a sort meta data to all files once i try to drag one image in the files field?
Thanks for your help!