Commit aba468cd authored by Łukasz Nowak's avatar Łukasz Nowak

Associate VariationRange lately with Computer Partition portal type.

variation property which comes from Item generates getVariationPropertyList.
VariationRange's property defines variation_property which also generates
getVariationPropertyList

As there is conflict which is not solved by category accessor generation
sorting (which is per property sheet) adding later VariationRange will result
in overwriting accessor for category with own one.
parent 744d3bcf
......@@ -2,4 +2,7 @@
<portal_type id="Computer">
<item>VariationRange</item>
</portal_type>
<portal_type id="Computer Partition">
<item>VariationRange</item>
</portal_type>
</property_sheet_list>
\ No newline at end of file
38
\ No newline at end of file
39
\ No newline at end of file
Computer Partition | VariationRange
Computer | VariationRange
\ No newline at end of file
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