You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the absolute scheduler for the first day of the study, the time picker restricts the start time to 2:00 AM, rather than allowing selection from midnight (00:00).
For the end date on the last day of the study, the time picker limits selection to 1:00 AM and 00:00.
The issue may stem from how the start and end times are configured for the study period. The time should be set from midnight (00:00) on the first day until 23:59 on the last day,
This is related to issue #541 regarding default scheduler behavior.
The text was updated successfully, but these errors were encountered:
rania-is
changed the title
Absolute Scheduler Time Picker Issues on Study Start/End Dates
Absolute scheduler time picker issues on study start/end dates
Oct 22, 2024
Switches from require to import statements for consistency and modern syntax in both JavaScript and Vue files. Introduces computed properties for minDate and maxDate to improve date handling and ensure accurate time settings for scheduled events. This enhances code readability and maintains better date boundaries within the scheduler component.
When setting the absolute scheduler for the first day of the study, the time picker restricts the start time to 2:00 AM, rather than allowing selection from midnight (00:00).
For the end date on the last day of the study, the time picker limits selection to 1:00 AM and 00:00.
The issue may stem from how the start and end times are configured for the study period. The time should be set from midnight (00:00) on the first day until 23:59 on the last day,
This is related to issue #541 regarding default scheduler behavior.
The text was updated successfully, but these errors were encountered: