[Zope3-checkins] SVN: Zope3/trunk/ Address the only part of collector issue 397 that we plan to address.

Gary Poster gary at zope.com
Fri Jul 29 11:52:51 EDT 2005


Log message for revision 37545:
  Address the only part of collector issue 397 that we plan to address.
  
  

Changed:
  U   Zope3/trunk/doc/TODO.txt
  U   Zope3/trunk/src/zope/app/catalog/browser/configure.zcml

-=-
Modified: Zope3/trunk/doc/TODO.txt
===================================================================
--- Zope3/trunk/doc/TODO.txt	2005-07-29 15:44:47 UTC (rev 37544)
+++ Zope3/trunk/doc/TODO.txt	2005-07-29 15:52:51 UTC (rev 37545)
@@ -37,8 +37,5 @@
 
   * 384: Problems with permissions in zcml utility directives
 
-  * 397: DisplayView shouldn't display fields with private suffix
-
-
 Bugs starting with * represent bugs that must be fixed for the 3.0.x branch as
 well .

Modified: Zope3/trunk/src/zope/app/catalog/browser/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/catalog/browser/configure.zcml	2005-07-29 15:44:47 UTC (rev 37544)
+++ Zope3/trunk/src/zope/app/catalog/browser/configure.zcml	2005-07-29 15:52:51 UTC (rev 37545)
@@ -65,6 +65,7 @@
     name="index.html"
     schema="..field.IFieldIndex"
     label="Field Index"
+    fields="interface field_name field_callable"
     permission="zope.ManageServices"
     menu="zmi_views" title="Configuration"
     />



More information about the Zope3-Checkins mailing list