Commit fb1470dc authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_officehs_afs_directory: add missing router method

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