You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on the Workflow Execution Tables (user and projects), if a workflow that's selected is deleted (from both index and show), the selection is still stored in LocalStorage.
Acceptance Criteria
Rather than using turbo-delete to handle deletion confirmation, create a DeletionsController to handle the confirmation dialog and destroy action, as well as handling updating LocalStorage upon delete confirmation.
This logic is already used in multiple areas of IRIDA Next which can be referenced (samples, metadata, attachments).
The text was updated successfully, but these errors were encountered:
Summary
Currently on the Workflow Execution Tables (user and projects), if a workflow that's selected is deleted (from both
index
andshow
), the selection is still stored inLocalStorage
.Acceptance Criteria
Rather than using
turbo-delete
to handle deletion confirmation, create aDeletionsController
to handle the confirmation dialog anddestroy
action, as well as handling updatingLocalStorage
upon delete confirmation.This logic is already used in multiple areas of IRIDA Next which can be referenced (samples, metadata, attachments).
The text was updated successfully, but these errors were encountered: