diff --git a/plugins/notifications/frontend/views/CalendarView.vue b/plugins/notifications/frontend/views/CalendarView.vue index 7bdde03..bdb5eb2 100644 --- a/plugins/notifications/frontend/views/CalendarView.vue +++ b/plugins/notifications/frontend/views/CalendarView.vue @@ -1,384 +1,403 @@ - - - - - + + + + + diff --git a/plugins/notifications/frontend/views/NotificationForm.vue b/plugins/notifications/frontend/views/NotificationForm.vue index 9087a22..a48fff2 100644 --- a/plugins/notifications/frontend/views/NotificationForm.vue +++ b/plugins/notifications/frontend/views/NotificationForm.vue @@ -275,7 +275,12 @@ const form = ref({ starttime: '', endtime: '', isactive: true, - isshopfloor: false, + // Ticked for a NEW notification: the shopfloor board is where these are + // meant to be seen, and leaving it off by default meant most were written + // and then never appeared there. Editing an EXISTING notification still + // loads its own stored value (see loadNotification), so this never flips a + // setting somebody deliberately turned off. + isshopfloor: true, employeesso: '' })