Allow deleting elements with a worker run filter
https://redmine.teklia.com/issues/6881
The backend does support sending a worker_run
on DestroyElements
, DestroyElementParents
and DestroyElementChildren
, but it isn't included in the list of allowed filters on deletions in the frontend. Please update the canDelete
getter in the navigation
store so that it also allows worker_run
.