Commit 56a0246a authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Use _delPropValue from Base as we use it for installing Business Manager

parent c779d90a
......@@ -601,6 +601,9 @@ class Folder(CopyContainer, CMFBTreeFolder, CMFHBTreeFolder, Base, FolderMixIn):
Title = Base.Title
_setPropValue = Base._setPropValue
_propertyMap = Base._propertyMap # are there any others XXX ?
# Required while Business Manager installation. Better to rely on properties
# from property sheet than on the attributes
_delPropValue = Base._delPropValue
PUT_factory = None
# XXX Prevent inheritance from PortalFolderBase
description = None
......
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