[Zope3-checkins]
SVN: Zope3/branches/jim-adapter/src/zope/app/security/configure.zcml
Updated with new event names and locations.
Jim Fulton
jim at zope.com
Tue Apr 18 19:55:33 EDT 2006
Log message for revision 67090:
Updated with new event names and locations.
Changed:
U Zope3/branches/jim-adapter/src/zope/app/security/configure.zcml
-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/security/configure.zcml
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/security/configure.zcml 2006-04-18 23:55:30 UTC (rev 67089)
+++ Zope3/branches/jim-adapter/src/zope/app/security/configure.zcml 2006-04-18 23:55:32 UTC (rev 67090)
@@ -42,13 +42,13 @@
<subscriber
for="zope.security.interfaces.IPermission
- ..component.interfaces.registration.IRegistrationActivatedEvent"
+ zope.component.interfaces.IRegistered"
handler=".permission.setIdOnActivation"
/>
<subscriber
for="zope.security.interfaces.IPermission
- ..component.interfaces.registration.IRegistrationDeactivatedEvent"
+ zope.component.interfaces.IUnregistered"
handler=".permission.unsetIdOnDeactivation"
/>
More information about the Zope3-Checkins
mailing list