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
\'aggregate\', \'causality\', \'specialise\'\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
getPortalType(\'Types Tool\').setTypeAllowedContentTypeList((\n
\'Base Type\', \'Gadget Type\'\n
......
42
\ No newline at end of file
43
\ 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