Zeiterfassung: einfaches Recht andere Position
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 14 Dec 2020 17:20:11 +0000 (18:20 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 5 May 2021 15:25:02 +0000 (17:25 +0200)
sql/Pg-upgrade2-auth/right_time_recording.sql

index 5360030..b8e0b93 100644 (file)
@@ -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);