Fix bug where link generator shows different link list after uploading than after new page load
in progress
Mathias
When uploading images, the images are automatically selected and the links are generated.
It's possible the link list you get after upload is not the same link list as when you open the dashboard and select them.
This only happens when you upload 21+ images in one go and check the list.
The reason is the images are not sorted according to your dashboard sorting preference when they are automatically selected during an upload.
This can only be a problem if you upload more than 1000 images in one go. Because the max selection limit is 1000.
So for example, if you upload 1001 images and the 1001st should be sorted before the 1001 place, it won't be sorted that way directly after uploading, but it will be after a refresh of your page.
So in the first situation it won't be included in the link list and in the second situation it will be included.
This can get very messy and confusing if you need to copy link lists of 1k+
We'll fix this!
Mathias
in progress