From 68c9cd7ff7da81c911c52b6c3365ac8a83f33c5f Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Thu, 5 Nov 2009 16:15:45 +0000 Subject: [PATCH] Add CategoryCore into ActiveProcess, otherwise updateRelatedContent does not work. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30344 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/CMFActivity/ActiveProcess.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/CMFActivity/ActiveProcess.py b/product/CMFActivity/ActiveProcess.py index 89a8a16997..2aee643cfc 100644 --- a/product/CMFActivity/ActiveProcess.py +++ b/product/CMFActivity/ActiveProcess.py @@ -79,6 +79,7 @@ class ActiveProcess(Base): property_sheets = ( PropertySheet.Base , PropertySheet.SimpleItem , PropertySheet.Folder + , PropertySheet.CategoryCore , PropertySheet.ActiveProcess ) # Declarative constructors -- 2.30.9