Commit 1269a4b0 authored by Łukasz Nowak's avatar Łukasz Nowak

Associate VariationRange lately with Slave Instance 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.

Conflicts:

	master/bt5/vifib_base/bt/revision
parent 4b4348f0
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<item>SlaveInstanceContraint</item> <item>SlaveInstanceContraint</item>
<item>SoftwareInstance</item> <item>SoftwareInstance</item>
<item>TextDocument</item> <item>TextDocument</item>
<item>VariationRange</item>
</portal_type> </portal_type>
<portal_type id="Software Instance"> <portal_type id="Software Instance">
<item>Reference</item> <item>Reference</item>
......
353 354
\ No newline at end of file \ No newline at end of file
...@@ -3,6 +3,7 @@ Slave Instance | Reference ...@@ -3,6 +3,7 @@ Slave Instance | Reference
Slave Instance | SlaveInstanceContraint Slave Instance | SlaveInstanceContraint
Slave Instance | SoftwareInstance Slave Instance | SoftwareInstance
Slave Instance | TextDocument Slave Instance | TextDocument
Slave Instance | VariationRange
Software Instance | Reference Software Instance | Reference
Software Instance | SoftwareInstance Software Instance | SoftwareInstance
Software Instance | SoftwareInstanceConstraint Software Instance | SoftwareInstanceConstraint
......
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