Changeset 243
- Timestamp:
- 02/02/06 09:45:27
- Files:
-
- qPloneComments/trunk/Extensions/Install.py (modified) (1 diff)
- qPloneComments/trunk/tests/output/mail.res (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneComments/trunk/Extensions/Install.py
r242 r243 81 81 out.write("Added DiscussionManager group to portal_groups with DiscussionManager role.\n") 82 82 83 # Remove workflows for BlogEntry and BlogFolder 84 wf_tool = getToolByName(self, 'portal_workflow') 85 wf_tool.setChainForPortalTypes( ('Discussion Item',), []) 86 out.write("Removed workflow chain for Discussion Item type.\n") 87 83 88 out.write('Installation successfully completed.\n') 84 89 return out.getvalue() qPloneComments/trunk/tests/output/mail.res
r242 r243 2 2 From: postmaster@localhost 3 3 Subject: New comment added 4 Date: Thu, 26 Jan 2006 19:23:32+02004 Date: Thu, 02 Feb 2006 17:42:30 +0200 5 5 6 6
