Commit fb1470dc authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_officehs_afs_directory: add missing router method

parent b8ae301a
master arnau arnau-TM-components-products-migration arnau-TM-isBuildable-with-multiple-BusinessLinks arnau-TM-jabber-client-desktop-notifications arnau-real-time-inventory-accounting bryton/py3 catalog_filter erp5-component erp5-messenger erp5-vifib erp5_capture_flag erp5_corporate_identity erp5_discussion_tool erp5_forum erp5_hal_json_style_fix_restricted_access_with_traverse erp5_monitoring_app erp5_new_officejs erp5_new_officejs_2 erp5_new_officejs_3 erp5_new_officejs_4 erp5_new_officejs_5 erp5_officejs erp5_payslip_migration erp5_texteditor_migration feature/hal-actions-support feature/hal-support-update feature/jio-accounting-reports feature/jio-action-accounting feature/jio-selection-actions feature/rjs-listbox-stats feature/rjs-mass-transition feature/rjs-print-action fix/20180928-1D89375 fix/support-request-app-empty fix_listbox_buttons for_testrunner_1 for_testrunner_2 for_testrunner_3 hateoas hotfix/accounting-test-timeout hotfix/jio-mass-transition hotfix/pdm-test hotfix/rjs-accounting-tests hotfix/rjs-formfields-padding hotfix/rjs-replace-query-with-uids hotfix/tests-cleanup js-ui listbox_url macros_fix monitoring notebook_roque officejs_monitoring ojs_wip old_erp5_text_editor_migration project_nexedi_net revert-6c89fe9b romain_monitoring_app roque_appstore_base roque_appstore_improvements roque_credentials roque_dev roque_drone_simulator roque_erp5 roque_fix_coordinates roque_officejs roque_quick scalability-master scalability-run-command w3validator_removal wip erp5.util-0.4.56 erp5.util-0.4.55 erp5.util-0.4.54 erp5.util-0.4.53 erp5.util-0.4.52
No related merge requests found
......@@ -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