Commit 49c33a3f authored by Rafael Monnerat's avatar Rafael Monnerat

Rename Configurator Item to make it more generic.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45014 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 31bea220
......@@ -61,7 +61,7 @@ class CategoriesSpreadsheetConfiguratorItem(ConfiguratorItemMixin, XMLObject):
, PropertySheet.XMLObject
, PropertySheet.CategoryCore
, PropertySheet.DublinCore
, PropertySheet.ConfiguratorItemSpreadsheet
, PropertySheet.ConfiguratorItem
)
def build(self, business_configuration):
......
......@@ -35,7 +35,7 @@ class PortalTypeRolesSpreadsheetConfiguratorItem(ConfiguratorItemMixin, XMLObjec
, PropertySheet.XMLObject
, PropertySheet.CategoryCore
, PropertySheet.DublinCore
, PropertySheet.ConfiguratorItemSpreadsheet
, PropertySheet.ConfiguratorItem
)
def build(self, business_configuration):
......
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