[Zope3-checkins] CVS: Zope3/src/zope/app/browser/workflow -
configure.zcml:1.11
Anthony Baxter
anthony at interlink.com.au
Mon Feb 9 00:35:52 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/workflow
In directory cvs.zope.org:/tmp/cvs-serv23525/app/browser/workflow
Modified Files:
configure.zcml
Log Message:
The add_utility and add_service menus are now entirely removed. All
items that used them have been switched to use addMenuItem, instead.
Removed a last trace of the SQL Connection Service, and also removed
the add interface for deprecated Role Service.
=== Zope3/src/zope/app/browser/workflow/configure.zcml 1.10 => 1.11 ===
--- Zope3/src/zope/app/browser/workflow/configure.zcml:1.10 Tue Dec 23 11:27:26 2003
+++ Zope3/src/zope/app/browser/workflow/configure.zcml Mon Feb 9 00:35:22 2004
@@ -12,12 +12,11 @@
permission="zope.ManageServices"
menu="zmi_views" title="Processes" />
- <menuItem
- menu="add_service"
- for="zope.app.interfaces.container.IAdding"
- action="WorkflowService"
+ <addMenuItem
+ class="zope.app.workflow.service.WorkflowService"
title="Workflow Service"
- description="A workflow service" />
+ description="A workflow service"
+ permission="zope.ManageServices" />
More information about the Zope3-Checkins
mailing list