There are now two competing mechanisms for determining whether or not a response can be deleted by an admin:
- Survey responses admin uses
Survey.can_responses_be_deleted_by
- Note: There is a "remove all visible responses" feature that needs such a blanket permission
- Program offers admin uses
Workflow.can_response_be_deleted_by
Reconcile these in some meaningful fashion so that they at least return the same results.
There are now two competing mechanisms for determining whether or not a response can be deleted by an admin:
Survey.can_responses_be_deleted_byWorkflow.can_response_be_deleted_byReconcile these in some meaningful fashion so that they at least return the same results.