-
Task
-
Resolution: Done-Errata
-
Major
-
None
Currently, Action.result can contain have Action.result.level = "SUCCESS" and also message, diagnosis and remediation fields. We want to change this to enforce no data in these fields for SUCCESS. Any information in those fields should be pushed to into an INFO or WARNING message instead.
Acceptance Criteria
- In ActionResult, if level == "SUCCESS", make sure that message, diagnosis, and remediation are not present (empty string).
- Check all places where we call Action.set_result() with level="SUCCESS". Make sure that there is no message data being passed for those. If there is, move that into a separate Action.add_message() with level of either WARNING or INFO.
- links to
-
RHEA-2023:124609 convert2rhel bug fix and enhancement update
-
RHEA-2023:124610 convert2rhel bug fix and enhancement update