kann man ACL(pm Datei) aus Linux Console erstellen.
Ich habe jetzt eine acl-test.pm in otrs/Custom erstellt und Rechte angepasst - das funktioniert aber nicht. Hier habe ich gelesen, dass man ein ACL in direkt in Custom.pl hinzufügen sollte - hat nicht funktioniert.
Unter otrs/Custom/README steht, dass eigene Anpassungen dort rein kopiert werden sollten.
Meine Frage, wo sollte die Datei wirklich liegen?
ps. Ich benutze OTRS 4.0.6
Das ist mein ACL Test
Code: Select all
$Self->{TicketAcl}->{'102-Third-ACL-Example'} = {
# match properties
Properties => {
# current ticket match properties (match always)
},
# return possible options
PossibleNot => {
# possible ticket options
Ticket => {
State => ['closed successful'],
},
},
};