Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yusei Tahara
erp5
Commits
471bd309
Commit
471bd309
authored
7 years ago
by
Cédric Le Ninivin
Browse files
Options
Download
Email Patches
Plain Diff
Resource: getDefaultTransformationValue dynamically get Trasnsformation portal_types
parent
4d6fea67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
product/ERP5/Document/Resource.py
product/ERP5/Document/Resource.py
+2
-2
No files found.
product/ERP5/Document/Resource.py
View file @
471bd309
...
...
@@ -289,7 +289,7 @@ class Resource(XMLObject, XMLMatrix, VariatedMixin):
if
context
is
None
:
transformation_list
=
self
.
portal_catalog
(
portal_type
=
"
Transformation
"
,
portal_type
=
self
.
getPortalObject
().
getPortal
Transformation
TypeList
()
,
default_resource_uid
=
self
.
getUid
(),
sort_on
=
[(
'version'
,
'descending'
)],
limit
=
1
...
...
@@ -303,7 +303,7 @@ class Resource(XMLObject, XMLMatrix, VariatedMixin):
return
method
(
context
)
transformation_list
=
self
.
portal_domains
.
searchPredicateList
(
context
,
portal_type
=
"
Transformation
"
,
portal_type
=
self
.
getPortalObject
().
getPortal
Transformation
TypeList
()
,
limit
=
1
)
if
len
(
transformation_list
)
>
0
:
...
...
This diff is collapsed.
Click to expand it.
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