-
Type: User story
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 23.0.0
-
Component/s: Admin Console
-
Epic Link:
-
Sprint:UI - 2024-6, UI COOLDOWN - 2024-6
-
Story Points:5
As a system administrator, I receive a clear status after launching a bulk action
AC
After launching a bulk action, either:
- An error is returned (e.g., NXQL query was invalid).
In this case, the UI displays:
Title: "An error happened"
Message: "Your action was not executed due to an error. Details:
[ERROR MESSAGE RETURNED BY THE SERVER]"
I can go back using a "Go Back" button. Clicking the button takes me back to the form. My parameters are KEPT so that I can try again without having to fill them in again and only correct what's needed.
- The action is launched
In this case, the UI displays:
Title: "Action launched"
Message: "Congratulations! Your action is launched with ID [ACTION ID]. Remember to take note of the ID if you want to monitor it later on."
I can copy the action ID to my clipboard using a "Copy action ID" button.
I can go back using a "Go Back" button. Clicking the button takes me back to the form. My parameters are RESET because the previous action was successful.
I can see the details of the action running to monitor its progress by clicking a "Monitor" button. When clicking the button, I am taken to the details of the action inside the "Action monitoring" menu. See [BULKACTION-DETAILS]
- links to