Describe the bug
When you have an action, e.g. csv download, and someone else deletes one of the records you selected the action will just die. This is something that might happen when multiple users are allowed to act on or delete records.
Reproduction
just use main avo demo, go to projects, create a new project, open another tab with project index page so you have 2 tabs with the same index page open. Then delete the newly created project in one tab and try to download csv where the deleted project is selected in the other tab.
Expected behavior & Actual behavior
Avo should just remove records that it can't find as it could have been deleted / discarded or something like that by another user at the same time. The action just dies instead which is never a good thing.
License type:
Are you using Avo monkey patches, overriding views or view components?
Impact
Urgency
Describe the bug
When you have an action, e.g. csv download, and someone else deletes one of the records you selected the action will just die. This is something that might happen when multiple users are allowed to act on or delete records.
Reproduction
just use main avo demo, go to projects, create a new project, open another tab with project index page so you have 2 tabs with the same index page open. Then delete the newly created project in one tab and try to download csv where the deleted project is selected in the other tab.
Expected behavior & Actual behavior
Avo should just remove records that it can't find as it could have been deleted / discarded or something like that by another user at the same time. The action just dies instead which is never a good thing.
License type:
Are you using Avo monkey patches, overriding views or view components?
Impact
Urgency