[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/utility -
configure.zcml:1.15.12.1
Christian Zagrodnick
cvs-admin at zope.org
Sat Dec 6 13:29:49 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/services/utility
In directory cvs.zope.org:/tmp/cvs-serv16289/src/zope/app/browser/services/utility
Modified Files:
Tag: gotcha-usage-branch
configure.zcml
Log Message:
finished the support of 'usage' in page templates (or better views)
- repaired editForm
- added to addForm
- added <usage name=.. /> zcml directive
- directives that rely on usage check for existing usages
- asserting that a usage can only be defined once
- tried use of usage in container/add.pt
=== Zope3/src/zope/app/browser/services/utility/configure.zcml 1.15 => 1.15.12.1 ===
--- Zope3/src/zope/app/browser/services/utility/configure.zcml:1.15 Mon Aug 25 15:28:41 2003
+++ Zope3/src/zope/app/browser/services/utility/configure.zcml Sat Dec 6 13:29:18 2003
@@ -55,7 +55,8 @@
content_factory="zope.app.services.utility.UtilityRegistration"
arguments="name interface componentPath"
set_after_add="status"
- fields="name interface componentPath permission status" />
+ fields="name interface componentPath permission status"
+ usage="addingdialog"/>
<!-- When editing the registration of an existing utility object,
you are taken to this form. It is similar to the above add
More information about the Zope3-Checkins
mailing list