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

Acquire subordination from parent Computer.

Thanks to this Computer Partitions can be in same category as Computers they
are contained in.
parent 24ddacc7
......@@ -31,7 +31,9 @@
<item>
<key> <string>acquisition_base_category</string> </key>
<value>
<tuple/>
<tuple>
<string>parent</string>
</tuple>
</value>
</item>
<item>
......@@ -52,7 +54,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: [\'Career\', ]</string> </value>
<value> <string>python: [\'Career\', \'Computer\']</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
......@@ -78,7 +80,9 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>fallback_base_category</string> </key>
......
1027
\ No newline at end of file
1028
\ 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