Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13
-
None
-
None
Description
Current Situation
- The "notifications" attribute of NotificationObjects elements (such as Job, JobChain) does not store the updated value in the draft.
- The "name" attribute does not take regex as an input which starts with (e.g. / , . ) characters.
How to Reproduce
- Login to JOC Cockpit and switch to Configurations view
- Click on Notification tab and import the attached SystemMonitorNotification.xml file
- Navigate to the "name" attribute inside Notification -> NotificationObjects -> Job.
- Enter any character which starts with (" / , . ") then you will get the below error:
- name: Cannot add leading space character
- Then enter any value other than 1 in the "notifications" attribute's input field.
- Now switch to any other element and switch back to "NotificationObjects -> Job -> notifications" element, you will find its value becomes 1 (as default).
Desired Behavior
- The "notifications" attribute of NotificationObjects elements (such as Job, JobChain) should store the updated value in the draft so that its value should not get changed to default.
- The "name" attribute should accept regex as an input which starts with ( / , . ) characters also.