AtlasOfLivingAustralia / biocollect

Biocollect front end application
https://biocollect.ala.org.au/
Other
10 stars 14 forks source link

Logo and feature graphic images attached to projects and organisations cannot be removed #1573

Open cofiem opened 7 months ago

cofiem commented 7 months ago

Projects and organisations allow uploading a 'Logo' and 'Feaure Graphic'. This works fine.

However, if an existing image is removed, and the project or organisation is saved, the images are not removed. They are still present.

One way to solve this would be some kind of call to documentService.delete([documentId]) in the OrganisationController and the ProjectController.

image