Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.11.1
Description
Current Situation
When an permanent order is added to a job chain and the order have a run time some times in the future with a single start period that is later then the current time then JOC calculates the countdown timer wrong. The value does not take the given date into consideration.
Second Issue is that JOC Cockpit doesn't update the current view
- if an order is added to a job chain with a run time where the next start is later than the current time.
- if an order is removed.
because no event is fired in both cases.
Desired Behaviour
The next start time should reflect the date and should not be calculated on a todays base.
The current view should be update without waiting for an event.
The view should be updated when the ./orders/add or ./orders/delete call responses "ok".