We can have the option for deletion in mass edit itself.
To do that, in ForgeTracker/forgetracker/templates/tracker_widgets/mass_edit_form.html we can add another entry for 'Delete' field just like 'Private' field with just boolean values.
Similarly, in model/ticket.py, class Globals, method update_tickets, we can have the code for 'deleted' which will be similar to code for 'private'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We can have the option for deletion in mass edit itself.
To do that, in
ForgeTracker/forgetracker/templates/tracker_widgets/mass_edit_form.html
we can add another entry for 'Delete' field just like 'Private' field with just boolean values.Similarly, in
model/ticket.py
, classGlobals
, methodupdate_tickets
, we can have the code for 'deleted' which will be similar to code for 'private'Done in https://forge-allura.apache.org/p/allura/git/merge-requests/248/