Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a9f30fbd

Von Sven Schöling vor mehr als 9 Jahren hinzugefügt

  • ID a9f30fbdaf8162c9030aa6f042d094ae00e3b7c6
  • Vorgänger 1804652e
  • Nachfolger 1b9b086f

Rechte: SL::Auth::all_rights() > $::auth>all_rights

Unterschiede anzeigen:

SL/Controller/Admin.pm
86 86
    SL::DB::AuthGroup->new(
87 87
      name        => t8('Full Access'),
88 88
      description => t8('Full access to all functions'),
89
      rights      => [ map { SL::DB::AuthGroupRight->new(right => $_, granted => 1) } SL::Auth::all_rights() ],
89
      rights      => [ map { SL::DB::AuthGroupRight->new(right => $_, granted => 1) } $::auth->all_rights ],
90 90
    )->save;
91 91
  }
92 92

  

Auch abrufbar als: Unified diff