Commit 3b1f76e5 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_officejs] Add some methods to handle some user notifications.

Those methods may be dropped later, to make notification system more generic
parent c6d306fc
...@@ -412,6 +412,19 @@ ...@@ -412,6 +412,19 @@
return translation_gadget.translateHtml(argument_list[0]);\n return translation_gadget.translateHtml(argument_list[0]);\n
});\n });\n
})\n })\n
\n
// XXX Those methods may be directly integrated into the header,\n
// as it handles the submit triggering\n
.allowPublicAcquisition(\'notifySubmitting\', function () {\n
return route(this, "header", \'notifySubmitting\');\n
})\n
.allowPublicAcquisition(\'notifySubmitted\', function () {\n
return route(this, "header", "notifySubmitted");\n
})\n
.allowPublicAcquisition(\'notifyChange\', function () {\n
return route(this, "header", \'notifyChange\');\n
})\n
\n
.allowPublicAcquisition("translate", function (argument_list) {\n .allowPublicAcquisition("translate", function (argument_list) {\n
return this.getDeclaredGadget("translation_gadget")\n return this.getDeclaredGadget("translation_gadget")\n
.push(function (translation_gadget) {\n .push(function (translation_gadget) {\n
...@@ -758,7 +771,7 @@ ...@@ -758,7 +771,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>945.51276.58336.63624</string> </value> <value> <string>945.52706.38062.18636</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -776,7 +789,7 @@ ...@@ -776,7 +789,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1442414233.9</float> <float>1442500011.1</float>
<string>GMT</string> <string>GMT</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