Changeset 244
- Timestamp:
- 02/02/06 09:48:05
- Files:
-
- qPloneComments/trunk/Extensions/Install.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneComments/trunk/Extensions/Install.py
r243 r244 81 81 out.write("Added DiscussionManager group to portal_groups with DiscussionManager role.\n") 82 82 83 # Remove workflow s for BlogEntry and BlogFolder83 # Remove workflow-chain for Discussion Item 84 84 wf_tool = getToolByName(self, 'portal_workflow') 85 85 wf_tool.setChainForPortalTypes( ('Discussion Item',), [])
