Commit 98208adb authored by Jean-Paul Smets's avatar Jean-Paul Smets

Inherit __init__ so that Category behaves like any other ERP5Type.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14386 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 29b5b990
...@@ -112,6 +112,9 @@ class Category(CMFCategory, Predicate, MetaNode, MetaResource): ...@@ -112,6 +112,9 @@ class Category(CMFCategory, Predicate, MetaNode, MetaResource):
, PropertySheet.Codification , PropertySheet.Codification
, PropertySheet.Reference , PropertySheet.Reference
, PropertySheet.SortIndex) , PropertySheet.SortIndex)
# Inheritance
__init__ = Predicate.__init__
# Experimental - virtual document access # Experimental - virtual document access
def _experimental_aq_dynamic(self, name): def _experimental_aq_dynamic(self, name):
......
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