Commit 8b64bbd3 authored by Sebastien Robin's avatar Sebastien Robin

added propertysheet ActiveProcess


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1961 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c16f6a52
......@@ -75,7 +75,8 @@ class ActiveProcess(Base):
# Declarative properties
property_sheets = ( PropertySheet.Base
, PropertySheet.SimpleItem
, PropertySheet.Folder )
, PropertySheet.Folder
, PropertySheet.ActiveProcess )
# Declarative constructors
constructors = (manage_addActiveProcessForm, addActiveProcess)
......
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