Commit 621e67c9 authored by Julien Muchembled's avatar Julien Muchembled

CMFActivity: remove useless Folder property sheet on ActiveProcess

ActiveProcess is not a Folder.
parent 1b52059b
...@@ -75,7 +75,6 @@ class ActiveProcess(Base): ...@@ -75,7 +75,6 @@ class ActiveProcess(Base):
# Declarative properties # Declarative properties
property_sheets = ( PropertySheet.Base property_sheets = ( PropertySheet.Base
, PropertySheet.SimpleItem , PropertySheet.SimpleItem
, PropertySheet.Folder
, PropertySheet.CategoryCore , PropertySheet.CategoryCore
, PropertySheet.ActiveProcess ) , PropertySheet.ActiveProcess )
......
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