[Zope3-checkins] CVS: Zope3/src/zope/app/browser/security - configure.zcml:1.1.2.3
Jim Fulton
jim@zope.com
Wed, 25 Dec 2002 08:27:54 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/security
In directory cvs.zope.org:/tmp/cvs-serv9989/src/zope/app/browser/security
Modified Files:
Tag: NameGeddon-branch
configure.zcml
Log Message:
Gor zope running again!
I haven't tested everything.
(Yes, we need functional tests. Maybe this week).
Good enough to merge into trunk.
=== Zope3/src/zope/app/browser/security/configure.zcml 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/browser/security/configure.zcml:1.1.2.2 Tue Dec 24 07:50:51 2002
+++ Zope3/src/zope/app/browser/security/configure.zcml Wed Dec 25 08:27:23 2002
@@ -1,19 +1,20 @@
-
<zopeConfigure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
->
+ >
-<browser:view
- factory = ".PermissionWidget.SinglePermissionWidget"
+ <browser:view
+ factory = ".permissionwidget.SinglePermissionWidget"
for = "zope.app.interfaces.security.IPermissionField"
name = "edit"
/>
-<browser:view
- factory = ".PermissionWidget.DisplayWidget"
+ <browser:view
+ factory = ".permissionwidget.DisplayWidget"
for = "zope.app.interfaces.security.IPermissionField"
name = "display"
/>
+
+ <include package=".grants" />
</zopeConfigure>