Commit c0deba78 authored by Boris Kocherov's avatar Boris Kocherov

[erp5_json_form] update from https://lab.nexedi.com/bk/rjs_json_form

parent bb0c52d8
...@@ -991,6 +991,9 @@ ...@@ -991,6 +991,9 @@
} }
delete g.props.init_value; delete g.props.init_value;
}) })
.push(function () {
return true;
})
.push(undefined, function (err) { .push(undefined, function (err) {
console.error(err); console.error(err);
}); });
......
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