Commit f78a0f04 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_web_renderjs_ui: implement checkValidity to multicheckbox field because this is required

parent 92445663
......@@ -155,6 +155,10 @@
});
}
return final_result;
}, {mutex: 'changestate'});
}, {mutex: 'changestate'})
.declareMethod('checkValidity', function () {
return true;
});
}(window, rJS, RSVP, document));
\ No newline at end of file
......@@ -234,7 +234,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>987.27720.31838.45482</string> </value>
<value> <string>987.29075.27892.56422</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>1603213968.47</float>
<float>1603296350.21</float>
<string>UTC</string>
</tuple>
</state>
......
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