Commit a82a1af7 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_officejs: support notifyFocus and notifyBlur in gadget_erp5_page_ojs_bookmark_dispatcher.js

parent fd457e8c
......@@ -147,6 +147,12 @@
});
});
})
.allowPublicAcquisition("notifyFocus", function notifyFocus() {
return;
})
.allowPublicAcquisition("notifyBlur", function notifyBlur() {
return;
})
.allowPublicAcquisition("notifyValid", function () {
return true;
})
......
......@@ -232,7 +232,7 @@
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>cedric.le.ninivin</string> </value>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -246,7 +246,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>964.25718.43962.9301</string> </value>
<value> <string>987.26706.9655.16145</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -264,7 +264,7 @@
</tuple>
<state>
<tuple>
<float>1514295848.43</float>
<float>1603153129.43</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