Commit fb1470dc authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_officehs_afs_directory: add missing router method

parent b8ae301a
...@@ -54,6 +54,12 @@ ...@@ -54,6 +54,12 @@
return router.getUrlParameter.apply(router, argument_list); return router.getUrlParameter.apply(router, argument_list);
}); });
}) })
.declareMethod('notify', function (param_list) {
return this.getDeclaredGadget('router')
.push(function (router) {
return router.notify(param_list);
});
})
.declareMethod('redirect', function () { .declareMethod('redirect', function () {
var argument_list = arguments; var argument_list = arguments;
return this.getDeclaredGadget("router") return this.getDeclaredGadget("router")
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>959.45017.10197.48298</string> </value> <value> <string>964.35816.29349.45448</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1496066978.7</float> <float>1514901992.66</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