Fixed bulk aktion.
This commit is contained in:
parent
c1d2eca4a5
commit
1c9d00f5c4
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ class Table extends App.Controller
|
|||
noFieldset: true
|
||||
)
|
||||
|
||||
html.bind('js-submit', (e) =>
|
||||
html.bind('submit', (e) =>
|
||||
e.preventDefault()
|
||||
@bulk_submit(e)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue