Commit ccbe7642 authored by Ayush Tiwari's avatar Ayush Tiwari

business template: No need to add ObjectPropertyTemplateItem anymore

parent abfb2993
...@@ -5250,8 +5250,6 @@ Business Template is a set of definitions, such as skins, portal types and categ ...@@ -5250,8 +5250,6 @@ Business Template is a set of definitions, such as skins, portal types and categ
self._catalog_local_role_key_item = \ self._catalog_local_role_key_item = \
CatalogLocalRoleKeyTemplateItem( CatalogLocalRoleKeyTemplateItem(
self.getTemplateCatalogLocalRoleKeyList()) self.getTemplateCatalogLocalRoleKeyList())
self._object_property_item = \
ObjectPropertyTemplateItem(self.getTemplateObjectPropertyList())
try: try:
self._catalog_security_uid_column_item = \ self._catalog_security_uid_column_item = \
CatalogSecurityUidColumnTemplateItem( CatalogSecurityUidColumnTemplateItem(
......
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