projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9970377
)
Auftrags-Controller: Wiedervorlage: kein Fehler anzeigen , wenn kein Recht, …
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 14 Oct 2020 19:57:44 +0000
(21:57 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 14 Oct 2020 19:57:44 +0000
(21:57 +0200)
… 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.
SL/Controller/Order.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Order.pm
b/SL/Controller/Order.pm
index
b5e5db1
..
48bfe07
100644
(file)
--- 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"
);