Commit b9d6e353 authored by Rafael Monnerat's avatar Rafael Monnerat

Fixed for missed portal types param at list method.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18791 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4d5f05a4
......@@ -1113,6 +1113,8 @@ class BasicStructure:
# save modifications at selection
self.getSelectionTool().setSelectionParamsFor(self.selection_name,
kw, REQUEST = self.REQUEST)
# update self.params
self.params = kw
############## DEFINING STAT METHOD ##############
stat_method = self.field.get_value('stat_method')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment