biigle / volumes

:m: BIIGLE module to create, edit and explore image volumes
0 stars 0 forks source link

Add button to reread/update image information #61

Closed mzur closed 5 years ago

mzur commented 5 years ago

Add a button to the volume edit page to update/reread the image information and thumbnails. Maybe this button should be shown only to global admins? This task is expensive and we probably don't want users to do this very often.

mzur commented 5 years ago

This is not an unimportant feature after all. We now had a case where an additional "/" in the volume URL caused a 403 response from AWS S3. Implement this button and make it available to global admins only. Also implement a volume URL sanitization that removes any trailing slash. Make sure the missing slash is inserted everythere an image URL is assembled.

mzur commented 5 years ago

The volume images are now reprocessed when a global admin presses the "save" button without changing any other information of the volume.