BioKIC / Symbiota

The Symbiota Virtual Flora/Fauna project develops on-line tools to aid the generation, exploration and management of biodiversity data (collection specimens, observations, images, checklists, keys, etc.). See also: http://bdj.pensoft.net/articles.php?id=1114 and https://symbiota.org/. For documentation, please visit https://symbiota.org/docs
GNU General Public License v2.0
36 stars 49 forks source link

[3.2] make it more difficult to delete editors and inventory project assignments #1434

Closed Atticus29 closed 1 month ago

Atticus29 commented 3 months ago

In /checklists/checklistadmin.php (sitemap -> click on a collection -> checklist administration button in the upper right hand corner),

clicking the trashcan icon is sufficient to delete editor and inventory project assignments.

Ideally, this should at least result in a confirm() dialog before deletion.

Pseudo code:

onClick(()=>{ if(confirm("Are you sure you want to delete $foo?"){ // do the deletion } }