[Zope-CVS] CVS: Packages3/workflow - configure.zcml:1.2

Ulrich Eck ueck@net-labs.de
Thu, 6 Feb 2003 17:03:36 -0500


Update of /cvs-repository/Packages3/workflow
In directory cvs.zope.org:/tmp/cvs-serv23752

Modified Files:
	configure.zcml 
Log Message:
Next round in Stateful workflow implementation:
- Transitions:
  + Conditions based on TALES Expressions work
  - Permissions are implemented but tests do not work yet (tests disabled)
- Instance:
  + Relevant-Data based on Schema basically works (schema written as persistent module)
  - Permissions for dataaccess not yet implemented
- BrowserViews:
 - basic setup for ManagementInterface made, no functionality yet
- extensive tests for the instance written.


=== Packages3/workflow/configure.zcml 1.1 => 1.2 ===
--- Packages3/workflow/configure.zcml:1.1	Sun Feb  2 14:21:53 2003
+++ Packages3/workflow/configure.zcml	Thu Feb  6 17:03:05 2003
@@ -77,4 +77,6 @@
 
 -->
 
+<include package=".stateful" />
+
 </zopeConfigure>