Add entry delete buttons
Compare changes
Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
Adds entry delete buttons as requested in #819 (closed). Entries can be removed either from the table on the upload overview page or from the entry overview page. A new endpoint was created: uploads/{upload_id}/action/delete-entry-files
, which allows the deletion of entry files based on a query (restricted to a single upload). When clicking the delete buttons, a dialog is opened, asking the user to confirm, and to specify if we should delete only the mainfiles or the mainfiles + their folders.