Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
4bf70f12
Commit
4bf70f12
authored
Nov 22, 2021
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web: keep section/document attribute
This allows called script to call script on them
parent
2ef1b300
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_getSiteMapTree.py
...teItem/portal_skins/erp5_web/WebSection_getSiteMapTree.py
+2
-0
No files found.
bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebSection_getSiteMapTree.py
View file @
4bf70f12
...
@@ -46,6 +46,8 @@ def mapObject(property_dict):
...
@@ -46,6 +46,8 @@ def mapObject(property_dict):
result
[
'url'
]
=
property_dict
[
'url'
]
result
[
'url'
]
=
property_dict
[
'url'
]
result
[
'level'
]
=
property_dict
[
'level'
]
result
[
'level'
]
=
property_dict
[
'level'
]
result
[
'subsection'
]
=
property_dict
[
'subsection'
]
result
[
'subsection'
]
=
property_dict
[
'subsection'
]
result
[
'section'
]
=
property_dict
.
get
(
'section'
,
None
)
result
[
'document'
]
=
property_dict
.
get
(
'document'
,
None
)
return
result
return
result
def
getSiteMapItemTree
(
section
,
depth
=
0
,
level
=
None
):
def
getSiteMapItemTree
(
section
,
depth
=
0
,
level
=
None
):
...
...
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