feat(Navigation, UserRights, Localization): add worker schedules feature and enhance access control
All checks were successful
Deploy to production / deploy (push) Successful in 1m52s
All checks were successful
Deploy to production / deploy (push) Successful in 1m52s
- Updated navigation structure to include a new section for worker schedules, accessible to specific user roles. - Introduced a new user right type for 'worker_schedule_read' to manage access permissions effectively. - Added localization entries for worker schedules in multiple languages, ensuring consistent user experience across the application. - Created a new route and component for managing worker schedules in the admin panel.
This commit is contained in:
@@ -80,6 +80,7 @@ const TITLE_MAP = {
|
||||
AdminFalukantEditUserView: 'sectionBar.titles.adminFalukantUsers',
|
||||
AdminFalukantMapRegionsView: 'sectionBar.titles.adminFalukantMap',
|
||||
AdminFalukantCreateNPCView: 'sectionBar.titles.adminCreateNpc',
|
||||
AdminFalukantWorkerSchedulesView: 'sectionBar.titles.adminWorkerSchedules',
|
||||
AdminMinigames: 'sectionBar.titles.adminMinigames',
|
||||
AdminTaxiTools: 'sectionBar.titles.adminTaxiTools',
|
||||
AdminServicesStatus: 'sectionBar.titles.adminServicesStatus'
|
||||
|
||||
Reference in New Issue
Block a user