[Zope-CVS] CVS: Packages3/workflow/browser - configure.zcml:1.3
Ulrich Eck
ueck@net-labs.de
Thu, 6 Feb 2003 17:03:36 -0500
Update of /cvs-repository/Packages3/workflow/browser
In directory cvs.zope.org:/tmp/cvs-serv23752/browser
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/browser/configure.zcml 1.2 => 1.3 ===
--- Packages3/workflow/browser/configure.zcml:1.2 Wed Feb 5 20:09:30 2003
+++ Packages3/workflow/browser/configure.zcml Thu Feb 6 17:03:05 2003
@@ -25,7 +25,6 @@
<!-- Workflow Process Definition
This is only a generic placeholder for
future Process Definition implementations
--->
<browser:menuItem
menu="add_component"
@@ -43,6 +42,11 @@
permission="zope.ManageServices"
/>
+-->
+
+
+<!-- ProcessDefinition Configuration -->
+
<browser:view
for="zope.app.interfaces.container.IAdding"
name="ProcessDefinitionConfiguration"
@@ -61,5 +65,8 @@
title="Process Definition"
description="Workflow Process Definition"
/>
+
+
+<include package=".stateful" />
</zopeConfigure>