Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Roque
erp5
Commits
fb1470dc
Commit
fb1470dc
authored
7 years ago
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
bt5/erp5_officejs_afs_directory/PathTemplateItem/web_page_module/gadget_erp5_afs_router_js.js
...TemplateItem/web_page_module/gadget_erp5_afs_router_js.js
+6
-0
bt5/erp5_officejs_afs_directory/PathTemplateItem/web_page_module/gadget_erp5_afs_router_js.xml
...emplateItem/web_page_module/gadget_erp5_afs_router_js.xml
+2
-2
No files found.
bt5/erp5_officejs_afs_directory/PathTemplateItem/web_page_module/gadget_erp5_afs_router_js.js
View file @
fb1470dc
...
...
@@ -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
"
)
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_officejs_afs_directory/PathTemplateItem/web_page_module/gadget_erp5_afs_router_js.xml
View file @
fb1470dc
...
...
@@ -234,7 +234,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
9
59.45017.10197.4829
8
</string>
</value>
<value>
<string>
9
64.35816.29349.4544
8
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>
1
496066978.7
</float>
<float>
1
514901992.66
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment