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
dae665f9
Commit
dae665f9
authored
Nov 19, 2014
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverse breadcrumb order.
Thx to Sven Franck
parent
f8a6b89b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_pt_breadcrumbpage_js.xml
.../web_page_module/rjs_gadget_erp5_pt_breadcrumbpage_js.xml
+7
-7
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_pt_breadcrumbpage_js.xml
View file @
dae665f9
...
...
@@ -156,9 +156,10 @@
if (parent_link !== undefined) {\n
uri = new URI(parent_link.href);\n
jio_key = uri.segment(2);\n
if (jio_key === undefined) {\n
\n
if ((uri.protocol() !== \'urn\') || (uri.segment(0) !== \'jio\') || (uri.segment(1) !== "get")) {\n
// Parent is the ERP5 site\n
parent_list.
push
({\n
parent_list.
unshift
({\n
title: "ERP5",\n
link: "#"\n
});\n
...
...
@@ -166,7 +167,7 @@
// Parent is an ERP5 document\n
return gadget.whoWantToDisplayThis(jio_key)\n
.push(function (parent_href) {\n
parent_list.
push
({\n
parent_list.
unshift
({\n
title: parent_link.name,\n
link: parent_href\n
});\n
...
...
@@ -202,7 +203,6 @@
});\n
\n
return gadget.renderPageHeader(header_options);\n
\n
});\n
\n
});\n
...
...
@@ -328,7 +328,7 @@
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
romai
n
</string>
</value>
<value>
<string>
sve
n
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
...
...
@@ -342,7 +342,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
93
7.58290.6512.49237
</string>
</value>
<value>
<string>
93
8.26113.11046.50244
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -360,7 +360,7 @@
</tuple>
<state>
<tuple>
<float>
141
1984884.71
</float>
<float>
141
3897881.85
</float>
<string>
GMT
</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