Commit 17fe41e0 authored by Romain Courteaud's avatar Romain Courteaud

Add specialise category on Instance portal types.

This will allow to directly associate Instance and Hosting Subscription
parent 663a9fbd
......@@ -2,6 +2,12 @@
<portal_type id="Hosting Subscription Module">
<item>business_application</item>
</portal_type>
<portal_type id="Slave Instance">
<item>specialise</item>
</portal_type>
<portal_type id="Software Instance">
<item>specialise</item>
</portal_type>
<portal_type id="Software Instance Module">
<item>business_application</item>
</portal_type>
......
7
\ No newline at end of file
8
\ No newline at end of file
Hosting Subscription Module | business_application
Software Instance Module | business_application
\ No newline at end of file
Slave Instance | specialise
Software Instance Module | business_application
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