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:
a6866e2
)
ActionBar: Standardaktion im Artikelstammdatencontroller auf »Speichern«
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 17 Mar 2017 09:24:02 +0000
(10:24 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 17 Mar 2017 12:17:13 +0000
(13:17 +0100)
SL/Controller/Part.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Part.pm
b/SL/Controller/Part.pm
index
de2cb1d
..
20f6752
100644
(file)
--- a/
SL/Controller/Part.pm
+++ b/
SL/Controller/Part.pm
@@
-1137,8
+1137,9
@@
sub _setup_form_action_bar {
combobox => [
action => [
t8('Save'),
- call => [ 'kivi.Part.save' ],
- disabled => !$may_edit ? t8('You do not have the permissions to access this function.') : undef,
+ call => [ 'kivi.Part.save' ],
+ disabled => !$may_edit ? t8('You do not have the permissions to access this function.') : undef,
+ accesskey => 'enter',
],
action => [
t8('Use as new'),