From bad18bee2daabbcca8e77ac229db5e74e259d144 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 17 Mar 2017 10:24:02 +0100 Subject: [PATCH] =?utf8?q?ActionBar:=20Standardaktion=20im=20Artikelstammd?= =?utf8?q?atencontroller=20auf=20=C2=BBSpeichern=C2=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/Part.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SL/Controller/Part.pm b/SL/Controller/Part.pm index de2cb1d28..20f6752f1 100644 --- 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'), -- 2.20.1