Commit b0ced01b authored by Romain Courteaud's avatar Romain Courteaud

[erp5_xhtml_style] Support some methods used in ERP5JS

parent c1e3c8e7
...@@ -69,6 +69,19 @@ ...@@ -69,6 +69,19 @@
return displayFieldError(argument_list[0]); return displayFieldError(argument_list[0]);
}) })
/////////////////////////////////////////////////////////////////
// Support some methods used in ERP5JS
/////////////////////////////////////////////////////////////////
.allowPublicAcquisition('notifyChange',
function () {
return;
})
.allowPublicAcquisition('notifyValid',
function () {
return;
})
///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////
// declared methods // declared methods
///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////
......
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