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
When selecting multiple checks to bulk remove probes, if one of the checks only has a single probe (so removing it would result in it having zero probes which is invalid), the request errors and is unable to complete with no useful feedback except the update failed.
Acceptance criteria
Please explore options to handle this for the best UX:
Present a more useful error message indicating the problematic check allowing the user to take action to correct it
Carry out the request where possible but exclude the problematic check and highlight the probes weren't removed from this check.
Please ensure the implemented solution has adequate integration tests.
The text was updated successfully, but these errors were encountered:
ckbedwell
changed the title
Prove better UX and error handling for bulk actions that can't be executed
Provide better UX and error handling for bulk actions that can't be executed
Dec 9, 2024
Problem
When selecting multiple checks to bulk remove probes, if one of the checks only has a single probe (so removing it would result in it having zero probes which is invalid), the request errors and is unable to complete with no useful feedback except the update failed.
Acceptance criteria
Please explore options to handle this for the best UX:
Please ensure the implemented solution has adequate integration tests.
The text was updated successfully, but these errors were encountered: