Commit f80b260a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

'variation_category' should be edited as 'variation_category_list'.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24557 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5005f3f4
......@@ -59,6 +59,9 @@ class CopyAndPropagate(TargetSolver):
elif scope == 'category':
property_id = divergence.getProperty('tested_property')
new_value_list = delivery.getPropertyList(property_id)
# variation_category should be edited as variation_category_list
if property_id == 'variation_category':
property_id = 'variation_category_list'
value_dict[property_id] = new_value_list
else: # otherwise we assume that scope is 'property'
property_id = divergence.getProperty('tested_property')
......
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