[CMF-checkins] CVS: Products/CMFCore/interfaces - portal_types.py:1.18.2.1

Yvo Schubbe y.2004_ at wcm-solutions.de
Fri Sep 10 11:42:27 EDT 2004


Update of /cvs-repository/Products/CMFCore/interfaces
In directory cvs.zope.org:/tmp/cvs-serv26699/CMFCore/interfaces

Modified Files:
      Tag: yuppie-post_1_5-cleanup-branch
	portal_types.py 
Log Message:
- removed deprecated _getViewFor / getActionById machinery


=== Products/CMFCore/interfaces/portal_types.py 1.18 => 1.18.2.1 ===
--- Products/CMFCore/interfaces/portal_types.py:1.18	Tue Sep  7 04:48:38 2004
+++ Products/CMFCore/interfaces/portal_types.py	Fri Sep 10 11:41:56 2004
@@ -69,14 +69,6 @@
             Can this type of object support discussion?
         """
 
-    def getActionById(id):
-        """ Get method ID by action ID.
-
-        This method is deprecated and will be removed in CMF 1.6. Please use
-        getActionInfo()['url'] if you need an URL or queryMethodID() if you
-        need a method ID.
-        """
-
     def getIcon():
         """
             Returns the portal-relative icon for this type.



More information about the CMF-checkins mailing list