[Zope-CMF] DCWorkflow; missing skins. (content_hide_form)
Erik Enge
erik@thingamy.net
10 Jul 2001 14:30:06 +0200
[Erik Enge]
| I can't figure out how content and workflow is hooked together.
| 'review_state' for example; how is that related to a specific piece
| of content. *scuba-mode*
I figured it out, in case you were wondering. :)
PortalContent.py's manage_afterAdd() does some jugling to find the
WorkflowTool and the workflow for that piece of content. After that
we dance with notify*() methods of the Workflow and that seems to be
the story for how content and workflow stays in sync.