Part Controller - als neu speichern repariert
authorG. Richardson <information@kivitendo-premium.de>
Fri, 13 Jan 2017 09:26:31 +0000 (10:26 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Fri, 13 Jan 2017 09:31:35 +0000 (10:31 +0100)
alle Buttons (Speichern, Als neu speichern, Löschen) setzen die action
selber (siehe js/kivi.Part.js) , die form braucht daher kein verstecktes
action für dispatch.

templates/webpages/part/form.html

index 03433f3..aa3cd68 100644 (file)
@@ -78,8 +78,6 @@
 </div>
 
   <p>
-  [% L.hidden_tag('action', 'Part/dispatch') %]
-
   [% IF show_edit_buttons %]
     [% L.button_tag('kivi.Part.save()', LxERP.t8('Save')) %]
     [% IF SELF.part.id %]