Commit d751567a authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Multilistfield: remove checkValidity mutex

checkValidity calls getContent, which uses the same mutex
parent 244cdd5e
...@@ -190,6 +190,6 @@ ...@@ -190,6 +190,6 @@
}); });
} }
return true; return true;
}, {mutex: 'changestate'}); });
}(window, rJS, document, RSVP, isEmpty, ensureArray, getFirstNonEmpty)); }(window, rJS, document, RSVP, isEmpty, ensureArray, getFirstNonEmpty));
\ No newline at end of file
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>965.32192.21351.33041</string> </value> <value> <string>976.20933.34738.37956</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1518616357.15</float> <float>1560245604.81</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </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