Commit 5ac664e9 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix allowed content type list being empty on Category Tool.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11728 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent da1cc52b
......@@ -71,6 +71,7 @@ class CategoryTool(CopyContainer, CMFCategoryTool, BaseTool):
# patch, so that we are able to add the BaseCategory
allowedContentTypes = BaseTool.allowedContentTypes
getVisibleAllowedContentTypeList = BaseTool.getVisibleAllowedContentTypeList
# patch, so that we are able to rename base categories
_verifyObjectPaste = PortalFolder._verifyObjectPaste
......
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