-
Story
-
Resolution: Duplicate
-
Undefined
-
None
-
None
-
False
-
None
-
False
-
-
Implement a notification feature in the console UI to notify the user that their action for updating a resource violated a warn policy though the request was allowed.
See the Configure OpenShift Console to display warnings from apiserver when creating/updating resources spike on how to reproduce the warn policy response in `oc` CLI
A.C.
- Display a warning notification after update a resource action
- Add a unit test
Additional info:
- Add `response.headers.get('Warning')` to `consoleFetchCommon` function
- Create a WarningPolicyNotifier component and get the warning response.
- Get UX team input on how to display the message on the UI i.e. resource details page, toast or global notification
Open question:
- Should the warning message alert on detail page and/or notification drawer be persisted?
- Should the user be allowed to dismiss the alert?
- Should the alert be display above or below the details page tab?
Depends on : Add support for retrieving response.header in consoleFetchCommon function
- is blocked by
-
CONSOLE-3949 Add support for returning response.header in consoleFetchCommon function
- Closed