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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
9bfa6c92
Commit
9bfa6c92
authored
Sep 24, 2020
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP erp5_web_renderjs_ui: remember access to tools sub documents
XXX check the length of jio_key instead (subdoc only)
parent
c9c94bef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_router_js.js
...TemplateItem/web_page_module/rjs_gadget_erp5_router_js.js
+1
-1
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_router_js.xml
...emplateItem/web_page_module/rjs_gadget_erp5_router_js.xml
+2
-2
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_router_js.js
View file @
9bfa6c92
...
...
@@ -290,7 +290,7 @@
var
hash
=
getDisplayUrlFor
(
jio_key
,
options
),
queue
;
/*jslint regexp: true*/
if
(
jio_key
&&
/^
[^\/]
+_module
\/[^\/]
+$/
.
test
(
jio_key
))
{
if
(
jio_key
&&
(
/^
[^\/]
+_module
\/[^\/]
+$/
.
test
(
jio_key
)
||
/^portal_
[^\/]
+
\/[^\/]
+$/
.
test
(
jio_key
)
))
{
/*jslint regexp: false*/
// This only work for remote access to ERP5...
queue
=
gadget
.
props
.
jio_navigation_gadget
.
put
(
jio_key
,
{
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_router_js.xml
View file @
9bfa6c92
...
...
@@ -236,7 +236,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
986.
61109.20595.59733
</string>
</value>
<value>
<string>
986.
32404.49746.11571
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>
160
1371634.14
</float>
<float>
160
0953905.18
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
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