Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bd798fe1

Von Bernd Bleßmann vor mehr als 4 Jahren hinzugefügt

  • ID bd798fe1f82e259350538799319ec82b84e42358
  • Vorgänger b900ae2a
  • Nachfolger b3e6a759

Zeiterfassung: einfaches Recht andere Position

Unterschiede anzeigen:

sql/Pg-upgrade2-auth/right_time_recording.sql
-- @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);

Auch abrufbar als: Unified diff