[CMF-checkins] SVN: CMF/branches/tseaver-viewification/CMFDefault/configure.zcml - As noted in Tres' comment, the five:traversable configurations are

Jens Vagelpohl jens at dataflake.org
Sat Oct 22 11:32:19 EDT 2005


Log message for revision 39560:
  - As noted in Tres' comment, the five:traversable configurations are 
    commented out to prevent standard CMF tests from breaking. Remove the
    comments to try the views for metadata editing and the Link content type.
  

Changed:
  U   CMF/branches/tseaver-viewification/CMFDefault/configure.zcml

-=-
Modified: CMF/branches/tseaver-viewification/CMFDefault/configure.zcml
===================================================================
--- CMF/branches/tseaver-viewification/CMFDefault/configure.zcml	2005-10-22 15:29:25 UTC (rev 39559)
+++ CMF/branches/tseaver-viewification/CMFDefault/configure.zcml	2005-10-22 15:32:19 UTC (rev 39560)
@@ -21,6 +21,9 @@
   <five:traversable
      class="Products.CMFDefault.Document.Document"
      />
-   -->
+  <five:traversable 
+     class="Products.CMFDefault.Link.Link" 
+     />
+  -->
 
 </configure>



More information about the CMF-checkins mailing list