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
Current functionality: If user inputs in To a time that is earlier than From, From is updated to be one day before (and vice versa). Open to opinions on this.
import events
Error handling - toast with error message and 'try again'
Permissions
Create Calendar
disabled if canCreateCalendar === false || mlNodesAvailable === false
Delete Calendar
disabled if canDeleteCalendar === false || mlNodesAvailable === false
css updates: rename _calendar.sccs to _calendars.sccs + create _list.scss
Designs
cc @pheyos - this update will definitely affect any ui tests you have for Settings/Calendar management.
Wanted to give you a heads up! Let me know if you have any questions.
List page:
Delete calendar modal:
Create form:
Edit form:
Create Events:
Import Events:
Import Events Error:
The text was updated successfully, but these errors were encountered:
Meta Issue to track progress on Calendar conversion to React.
Calendars conversion
PR: #26741
To
a time that is earlier thanFrom
,From
is updated to be one day before (and vice versa). Open to opinions on this.canCreateCalendar === false || mlNodesAvailable === false
canDeleteCalendar === false || mlNodesAvailable === false
Follow up:
scheduled_events/
directoryschedule_events/
directory #27095EuiTitle
for the ID and description for calendar edit modeEvents
column in calendars table to sort by numeric countDesigns
cc @pheyos - this update will definitely affect any ui tests you have for Settings/Calendar management.
Wanted to give you a heads up! Let me know if you have any questions.
The text was updated successfully, but these errors were encountered: