feat: add permission to reopen closed jobcards

This commit is contained in:
Marco0300
2026-09-01 23:42:42 +02:00
parent 67fcfd6b8f
commit 8d46ef6a56
5 changed files with 13 additions and 5 deletions
+1
View File
@@ -247,6 +247,7 @@ INSERT IGNORE INTO permissions (name, description) VALUES
('jobcards.view', 'View jobcards'),
('jobcards.manage', 'Create and update jobcards'),
('jobcards.close', 'Close jobcards'),
('jobcards.reopen', 'Reopen closed jobcards'),
('jobcards.assign', 'Assign technicians to jobcards'),
('jobcards.internal_notes', 'View and edit internal jobcard notes'),
('time_entries.record', 'Record technician time entries'),