Delete menu shown on Select all #4474
-
|
My client reported a bug today that they could delete resources even if it isn't allowed Technical situation: If I dig into the code, it seems like this is intended behaviour. My question is why the policy about detaching the resource is ignored when all resources are selected. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
You can only request to delete all, however only right before the deletion process we verify if the user has authorization once the model has been hydrated. If we do this during the selection on thousands if not millions of records your it would require huge resources on your server each time a users does select all. |
Beta Was this translation helpful? Give feedback.
You can only request to delete all, however only right before the deletion process we verify if the user has authorization once the model has been hydrated. If we do this during the selection on thousands if not millions of records your it would require huge resources on your server each time a users does select all.