hltcoe / turkle

Django-based clone of Amazon's Mechanical Turk service running in your local environment.
https://turkle.readthedocs.io
Other
146 stars 47 forks source link

enable admins to delete users with assignments #204

Closed cash closed 1 year ago

cash commented 1 year ago

The view only mixin was preventing any assignments from being deleted so removed that and added has_add_permission() to TaskAssignmentAdmin so that the add option is removed from the admin sidebar