Commit 59eafa65 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_web_renderjs_ui_test: we don't need pass is_updating anymore

Because, for now, it is always false, then submitDialogWithCustomDialogMethod handle it
parent 95f687ab
......@@ -28,7 +28,7 @@
.onEvent('click', function click(evt) {
if (evt.target.type === "button") {
evt.preventDefault();
return this.submitDialogWithCustomDialogMethod(false, this.state.python_script_id);
return this.submitDialogWithCustomDialogMethod(this.state.python_script_id);
}
}, false, false);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment