Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.9, 2.6.6, 2.7.0
-
None
-
None
Description
Current Behavior:
In the cycle instruction, the admission time duration and period pause time formats are specified as hh:mm:ss. However, this format is not working as intended.
This issue is illustrated below:
- Periodical Cycle Time Input: When the time is entered in the hh:mm format, it displays an invalid input error for both duration and period. The user has to manually enter time separators and zeros for it to work correctly. See attached (Periodical-time-input.png).
- Continuous Cycle Pause: The pause feature does not accept time in the hh:mm format and shows an invalid input error for both pause and duration. The user has to manually enter time separators and zeros for it to work correctly. See attached (Continuous-time-input.png).
- Ticking Interval: The interval does not work with the hh:mm format and displays an invalid input error for both interval and duration. The user has to manually enter time separators and zeros for it to work correctly. See attached (Ticking-time-input.png).
- Admission Time: For the duration of the admission time, the user has to manually enter time separators and zeros. See attached (Admission_time_format.png).
Desired Behavior
All time inputs should consistently accept both hh
and hh:mm
formats, automatically filling in missing seconds with zeros. The input should support typing digits without time separators, interpreting hhmm as hh:mm:00, and should not display invalid input errors for properly formatted times.