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

Fixup: 07c9102c

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