Actions
Bug #24083
openError message for node run setting change not displayed
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
If you go to a node setting page, and try to change the node splaytime, you have access to the max == agent run time.
If you try to choose that, you can save it without nothing being wrong, but in fact an error happened in the backend:
2024-01-25 16:29:22+0000 ERROR com.normation.rudder.web.components.AgentScheduleEditForm - Error when trying to parse user data: '{"overrides":true,"interval":15,"startHour":0,"startMinute":13,"splayHour":0,"splayMinute":15}' <- Cannot save an agent schedule with a splaytime higher than or equal to agent run interval
So you don't know that the save didn't occure, nor why.
There is also a JS error in the page:
And the save when clicking "save":
Files
Actions