diff --git a/product/ERP5Form/ParallelListField.py b/product/ERP5Form/ParallelListField.py index 5ee8d515de5d8cf3a6de59684b6f5adbbf53b59d..50446a204013723652cf0130337751ad4f2c8677 100644 --- a/product/ERP5Form/ParallelListField.py +++ b/product/ERP5Form/ParallelListField.py @@ -238,9 +238,10 @@ def generateSubForm(self, value, REQUEST): 'is_right_display': 0, } for property in 'title', 'size', 'required', 'editable': - empty_sub_field_property_dict[property] = self.get_value(property, REQUEST) + empty_sub_field_property_dict[property] = self.get_value(property, + REQUEST=REQUEST) - hash_script_id = self.get_value('hash_script_id', REQUEST) + hash_script_id = self.get_value('hash_script_id', REQUEST=REQUEST) if hash_script_id: return getattr(self, hash_script_id)( item_list,