Commit 2f127ef8 authored by Lucas Carvalho's avatar Lucas Carvalho

Business Configuration should not be a subclass of Url anymore.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41826 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 41f5d4ef
......@@ -36,7 +36,6 @@ from zLOG import LOG, INFO
from cStringIO import StringIO
from Products.ERP5Configurator.Tool.ConfiguratorTool import _validateFormToRequest
from Products.ERP5.Document.Url import Url
from Products.ERP5.Document.Item import Item
## Workflow states definitions
......@@ -44,7 +43,7 @@ INITIAL_STATE_TITLE = 'Start'
DOWNLOAD_STATE_TITLE = 'Download'
END_STATE_TITLE = 'End'
class BusinessConfiguration(Item, Url):
class BusinessConfiguration(Item):
"""
BusinessConfiguration store the values enter by the wizard.
"""
......@@ -68,7 +67,6 @@ class BusinessConfiguration(Item, Url):
, PropertySheet.Arrow
, PropertySheet.BusinessConfiguration
, PropertySheet.Comment
, PropertySheet.Url
, PropertySheet.Version
)
......
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