[Zope-CMF] DCWorkflow version 0.4
Joseph Wayne Norton
norton@alum.mit.edu
Wed, 05 Sep 2001 15:37:29 +0900
Shane -
I had to make the following modifications in order to add new portal
content (but not portal folders) while using the DCWorkflow 0.4. I'm
not sure if this is a bug or not.
regards,
- joe n.
Index: DCWorkflow/Default.py
===================================================================
RCS file: /cvs-repository/CMF/DCWorkflow/Default.py,v
retrieving revision 1.3
diff -r1.3 Default.py
214c214
< default_expr='transition/getId',
---
> default_expr='transition/getId|nothing',
346c346
< default_expr='transition/getId',
---
> default_expr='transition/getId|nothing',
Index: DCWorkflow/Transitions.py
===================================================================
RCS file: /cvs-repository/CMF/DCWorkflow/Transitions.py,v
retrieving revision 1.2
diff -r1.2 Transitions.py
134a135,137
> def getId(self):
> return self.id
>
At Fri, 31 Aug 2001 11:23:22 -0400,
Shane Hathaway wrote:
>
> I've just posted version 0.4 of DCWorkflow.
>
> http://cmf.zope.org/Members/hathawsh/DCWorkflow-0.4.tar.gz/file_view
>