[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - configure.zcml:1.13
Albertas Agejevas
alga@codeworks.lt
Wed, 15 Jan 2003 10:15:48 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv18195/app/browser/services
Modified Files:
configure.zcml
Log Message:
Added adapterName to the AdapterConfiguration views.
Fixed a bug where manage_beforeDelete was not being called on
AdapterConfigurations.
=== Zope3/src/zope/app/browser/services/configure.zcml 1.12 => 1.13 ===
--- Zope3/src/zope/app/browser/services/configure.zcml:1.12 Thu Jan 9 12:28:40 2003
+++ Zope3/src/zope/app/browser/services/configure.zcml Wed Jan 15 10:15:16 2003
@@ -287,7 +287,7 @@
name="ItemEdit"
label="Adapter"
permission="zope.ManageServices"
- fields="forInterface providedInterface factoryName title status"
+ fields="forInterface providedInterface adapterName factoryName title status"
fulledit="."
/>