Commit f03e0ca7 authored by Jérome Perrin's avatar Jérome Perrin

remove Base._cleanupCategories that relies on non existant CategoryTool._cleanupCategories

parent 09988a9a
......@@ -2204,9 +2204,6 @@ class Base( CopyContainer,
security.declareProtected( Permissions.View, 'getBaseCategoryValues' )
getBaseCategoryValues = getBaseCategoryValueList
def _cleanupCategories(self):
self._getCategoryTool()._cleanupCategories()
# Category testing
security.declareProtected( Permissions.AccessContentsInformation, 'isMemberOf' )
def isMemberOf(self, category, **kw):
......
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