Commit 6bcd432e authored by Łukasz Nowak's avatar Łukasz Nowak

Fixup: 07c9102c

The category is destination_section.
parent 07c9102c
......@@ -18,6 +18,6 @@
<role id='Assignee'>
<property id='title'>Provider of the Installation</property>
<property id='base_category_script'>ERP5Type_getSecurityCategoryFromSelf</property>
<multi_property id='base_category'>source_section</multi_property>
<multi_property id='base_category'>destination_section</multi_property>
</role>
</type_roles>
\ No newline at end of file
......@@ -57,7 +57,7 @@
<value>
<list>
<string>_setAggregate.*</string>
<string>_setSourceSection.*</string>
<string>_setDestinationSection.*</string>
</list>
</value>
</item>
......
481
\ No newline at end of file
482
\ No newline at end of file
......@@ -103,7 +103,7 @@ else:\n
url_string=software_release_url,\n
aggregate=computer.getRelativeUrl(),\n
activate_kw={\'tag\': tag},\n
source_section=portal.ERP5Site_getAuthenticatedMemberPersonValue().getRelativeUrl()\n
destination_section=portal.ERP5Site_getAuthenticatedMemberPersonValue().getRelativeUrl()\n
)\n
\n
# Change desired state\n
......
818
\ No newline at end of file
819
\ No newline at end of file
......@@ -8,7 +8,7 @@
</portal_type>
<portal_type id="Software Installation">
<item>aggregate</item>
<item>source_section</item>
<item>destination_section</item>
</portal_type>
<portal_type id="Software Installation Module">
<item>business_application</item>
......
49
\ No newline at end of file
50
\ No newline at end of file
......@@ -3,7 +3,7 @@ Slave Instance | aggregate
Slave Instance | specialise
Software Installation Module | business_application
Software Installation | aggregate
Software Installation | source_section
Software Installation | destination_section
Software Instance Module | business_application
Software Instance | aggregate
Software Instance | specialise
\ 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