| @@ -89,11 +89,8 @@ | ||
| 89 | 89 | ->register( 'sh4/shifts/command::reschedule', 'email_employee_reschedule', 'SH4_Notifications_Email_Employee_Reschedule', TRUE ) |
| 90 | 90 | |
| 91 | 91 | ->register( 'sh4/shifts/command::delete', 'email_manager_delete', 'SH4_Notifications_Email_Manager_Delete', TRUE ) |
| 92 | 92 | ->register( 'sh4/shifts/command::delete', 'email_employee_delete', 'SH4_Notifications_Email_Employee_Delete', TRUE ) |
| 93 | - | |
| 94 | - ->register( 'sh4/shifts/command::changecalendar', 'email_manager_changecalendar', 'SH4_Notifications_Email_Manager_ChangeCalendar', TRUE ) | |
| 95 | - ->register( 'sh4/shifts/command::changecalendar', 'email_employee_changecalendar', 'SH4_Notifications_Email_Employee_ChangeCalendar', TRUE ) | |
| 96 | 93 | ; |
| 97 | 94 | |
| 98 | 95 | $acl |
| 99 | 96 | ->register( 'get:user/profile/notifications', array('SH4_App_Acl', 'checkUserProfile') ) |