From 66a573e0502ff18373919229fb70a8816402eef4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 14 Dec 2020 18:20:11 +0100 Subject: [PATCH] Zeiterfassung: einfaches Recht andere Position --- sql/Pg-upgrade2-auth/right_time_recording.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/Pg-upgrade2-auth/right_time_recording.sql b/sql/Pg-upgrade2-auth/right_time_recording.sql index 5360030c8..b8e0b939d 100644 --- a/sql/Pg-upgrade2-auth/right_time_recording.sql +++ b/sql/Pg-upgrade2-auth/right_time_recording.sql @@ -4,7 +4,7 @@ -- @locales: Create, edit and list time recordings INSERT INTO auth.master_rights (position, name, description, category) - VALUES ((SELECT position + 10 FROM auth.master_rights WHERE name = 'productivity'), + VALUES ((SELECT position + 50 FROM auth.master_rights WHERE name = 'email_employee_readall'), 'time_recording', 'Create, edit and list time recordings', FALSE); -- 2.20.1