[Zope3-checkins] CVS: Zope3/src/zope/app/services - configure.zcml:1.11
Viktorija Zaksiene
ryzaja@codeworks.lt
Wed, 22 Jan 2003 05:57:06 -0500
Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv7269
Modified Files:
configure.zcml
Log Message:
Connection configuration should use IPageConfiguration schema to allow
permission setting, otherwise it raises Forbidden error. I'm not sure about
other services, didn't test them yet.
=== Zope3/src/zope/app/services/configure.zcml 1.10 => 1.11 ===
--- Zope3/src/zope/app/services/configure.zcml:1.10 Tue Jan 21 16:45:07 2003
+++ Zope3/src/zope/app/services/configure.zcml Wed Jan 22 05:57:03 2003
@@ -328,7 +328,7 @@
interface=
"zope.app.interfaces.services.connection.IConnectionConfiguration"
set_attributes="name componentPath"
- set_schema="zope.app.interfaces.services.configuration.IConfiguration"
+ set_schema="zope.app.interfaces.services.interfaces.IPageConfiguration"
/>
<require
permission="zope.ManageServices"