Revision dbbc5c96
Von Bernd Bleßmann vor etwa 4 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
1916 | 1916 |
t8('Follow-Up'), |
1917 | 1917 |
call => [ 'kivi.Order.follow_up_window' ], |
1918 | 1918 |
disabled => !$self->order->id ? t8('This object has not been saved yet.') : undef, |
1919 |
only_if => $::auth->assert('productivity'), |
|
1919 |
only_if => $::auth->assert('productivity', 1),
|
|
1920 | 1920 |
], |
1921 | 1921 |
], # end of combobox "more" |
1922 | 1922 |
); |
Auch abrufbar als: Unified diff
Auftrags-Controller: Wiedervorlage: kein Fehler anzeigen , wenn kein Recht, …
… sondern nur die Action nicht anzeigen.
Sonst kann man gar keine Angebote/Aufträge erstellen/öffnen, wenn man das
"productivity"-Recht nicht hat.
Dank an Sven.