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
139
Merge Requests
139
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
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
5fbca7e0
Commit
5fbca7e0
authored
Jun 18, 2019
by
Nicolas Wavrant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DomainTool: list predicate values if more than one match
parent
2df4b71f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
product/ERP5/Tool/DomainTool.py
product/ERP5/Tool/DomainTool.py
+0
-6
No files found.
product/ERP5/Tool/DomainTool.py
View file @
5fbca7e0
...
...
@@ -324,15 +324,9 @@ class DomainTool(BaseTool):
# Look for each property the first predicate with unique criterion
# categories which defines the property
for
predicate
in
predicate_list
:
full_prop_dict
=
explanation_dict
[
tuple
(
predicate
.
getMembershipCriterionCategoryList
())]
for
mapped_value_property
in
predicate
.
getMappedValuePropertyList
():
if
mapped_value_property
in
full_prop_dict
:
# we already have one value for this (categories, property)
continue
value
=
predicate
.
getProperty
(
mapped_value_property
)
if
value
is
not
None
:
full_prop_dict
[
mapped_value_property
]
=
value
mapped_value_property_dict
[
mapped_value_property
].
append
(
value
)
if
explanation_only
:
return
dict
(
explanation_dict
)
...
...
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