erp5_web_renderjs_ui: add getCommandUrlForDict acquired method
``` return gadget.getCommandUrlForDict({ foo_key: { command: 'display' } }) .push(function (url_dict) { console.log(url_dict.foo_key); }); ```
Showing
Please register or sign in to comment