Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Romain Courteaud
erp5_rtl_support
Commits
471bd309
Commit
471bd309
authored
Oct 18, 2017
by
Cédric Le Ninivin
Browse files
Options
Browse Files
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
().
getPortalTransformationTypeList
()
,
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
().
getPortalTransformationTypeList
()
,
limit
=
1
)
if
len
(
transformation_list
)
>
0
:
...
...
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