[Checkins] SVN: Products.CMFCore/trunk/Products/CMFCore/ Expose the ZMI manage view of the `_components ` object manager as a new "Components Folder" tab in

Hanno Schlichting hannosch at hannosch.eu
Sun May 17 11:57:28 EDT 2009


Log message for revision 100031:
  Expose the ZMI manage view of the `_components ` object manager as a new "Components Folder" tab in 
  the ZMI.
  

Changed:
  U   Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt
  U   Products.CMFCore/trunk/Products/CMFCore/PortalFolder.py

-=-
Modified: Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt	2009-05-17 13:38:31 UTC (rev 100030)
+++ Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt	2009-05-17 15:57:27 UTC (rev 100031)
@@ -4,6 +4,9 @@
 2.2.0 (unreleased)
 ------------------
 
+- Expose the ZMI manage view of the `_components ` object manager as
+  a new "Components Folder" tab in the ZMI.
+
 - ActionsTool: The "Action Providers" tab in the ZMI did not render
   actions from the WorkflowTool correctly since those are not 
   "new-style" actions.

Modified: Products.CMFCore/trunk/Products/CMFCore/PortalFolder.py
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/PortalFolder.py	2009-05-17 13:38:31 UTC (rev 100030)
+++ Products.CMFCore/trunk/Products/CMFCore/PortalFolder.py	2009-05-17 15:57:27 UTC (rev 100031)
@@ -62,6 +62,8 @@
     manage_options = ( Folder.manage_options[:1]
                      + ({'label': 'Components',
                          'action': 'manage_components'},)
+                     + ({'label': 'Components Folder',
+                         'action': '++etc++site/manage_main'},)
                      + Folder.manage_options[1:]
                      + CMFCatalogAware.manage_options
                      )



More information about the Checkins mailing list