ActionBar: Standardaktion im Artikelstammdatencontroller auf »Speichern«
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 17 Mar 2017 09:24:02 +0000 (10:24 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 17 Mar 2017 12:17:13 +0000 (13:17 +0100)
SL/Controller/Part.pm

index de2cb1d..20f6752 100644 (file)
@@ -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'),