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
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Jérome Perrin
erp5
Commits
6b2f6b0b
Commit
6b2f6b0b
authored
Feb 18, 2024
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OrderedDict for py2
parent
6ab6450d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getMultiListFieldPropertyDictList.py
...skins/erp5_core/Base_getMultiListFieldPropertyDictList.py
+2
-1
No files found.
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_getMultiListFieldPropertyDictList.py
View file @
6b2f6b0b
from
collections
import
OrderedDict
if
default_sub_field_property_dict
is
None
:
if
default_sub_field_property_dict
is
None
:
default_sub_field_property_dict
=
{}
default_sub_field_property_dict
=
{}
# Define a dictionary where we store the subfields to display.
# Define a dictionary where we store the subfields to display.
sub_field_dict
=
{}
sub_field_dict
=
OrderedDict
()
split_depth
=
1
split_depth
=
1
# Maximum size of the MultiListField
# Maximum size of the MultiListField
maximum_list_size
=
5
maximum_list_size
=
5
...
...
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