[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/configure.zcml
Added vocabulary for states of a stateful process definition.
This way we can
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun May 23 07:54:35 EDT 2004
Log message for revision 24900:
Added vocabulary for states of a stateful process definition. This way we can
have a nice Choice field and selection box for the sourceState and
destinationState.
-=-
Modified: Zope3/trunk/src/zope/app/workflow/stateful/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/configure.zcml 2004-05-23 11:54:31 UTC (rev 24899)
+++ Zope3/trunk/src/zope/app/workflow/stateful/configure.zcml 2004-05-23 11:54:34 UTC (rev 24900)
@@ -58,6 +58,10 @@
/>
</content>
+<vocabulary
+ name="Workflow State Names"
+ factory=".definition.StateNamesVocabulary" />
+
<!-- Transitions Container -->
<content class=".definition.TransitionsContainer">
More information about the Zope3-Checkins
mailing list