Fixed bulk aktion.

This commit is contained in:
Martin Edenhofer 2015-02-26 13:37:39 +01:00
parent c1d2eca4a5
commit 1c9d00f5c4

View file

@ -416,7 +416,7 @@ class Table extends App.Controller
noFieldset: true noFieldset: true
) )
html.bind('js-submit', (e) => html.bind('submit', (e) =>
e.preventDefault() e.preventDefault()
@bulk_submit(e) @bulk_submit(e)
) )