From: Bernd Bleßmann Date: Wed, 14 Oct 2020 19:57:44 +0000 (+0200) Subject: Auftrags-Controller: Wiedervorlage: kein Fehler anzeigen , wenn kein Recht, … X-Git-Tag: kivitendo-mebil_0.1-0~9^2~742 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=dbbc5c965afe4b9fcb0228d584c58084e46a63cb;p=kivitendo-erp.git 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. --- diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index b5e5db195..48bfe0781 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -1916,7 +1916,7 @@ sub setup_edit_action_bar { t8('Follow-Up'), call => [ 'kivi.Order.follow_up_window' ], disabled => !$self->order->id ? t8('This object has not been saved yet.') : undef, - only_if => $::auth->assert('productivity'), + only_if => $::auth->assert('productivity', 1), ], ], # end of combobox "more" );