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

Fixup yet another portal type.

parent cadfdb03
...@@ -86,6 +86,14 @@ getPortalType(\'Software Instance\').setTypeBaseCategoryList((\n ...@@ -86,6 +86,14 @@ getPortalType(\'Software Instance\').setTypeBaseCategoryList((\n
\'aggregate\', \'causality\', \'specialise\'\n \'aggregate\', \'causality\', \'specialise\'\n
))\n ))\n
\n \n
# fix Software Product\n
getPortalType(\'Software Product\').setTypePropertySheetList((\n
\'DefaultImage\', \'SlapOSSoftwareProductConstraint\'\n
))\n
getPortalType(\'Software Product\').setTypeAllowedContentTypeList((\n
\'Embedded File\', \'Purchase Supply Line\', \'Sale Supply Line\'\n
))\n
\n
# fix Types Tool\n # fix Types Tool\n
getPortalType(\'Types Tool\').setTypeAllowedContentTypeList((\n getPortalType(\'Types Tool\').setTypeAllowedContentTypeList((\n
\'Base Type\', \'Gadget Type\'\n \'Base Type\', \'Gadget Type\'\n
......
42 43
\ No newline at end of file \ 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