Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- When I open the "Agent Job Executions" View for the first time then the request to the ./report/agents API is correct
- But when I use the Current JobScheduler checkbox to change the selection then the request to the ./report/agents API is wrong , i.e. if the checkbox is active then the jobschedulerId in the request body is empty and vice versa.
Desired Behavior
The request to the ./report/agents API should consider the Current JobScheduler checkbox in the right way:
- jobschedulerId is empty if the checkbox is inactive.
- jobschedulerId contains the id of the current JobScheduler if the checkbox is active.