[zopeorg-checkins] CVS: Products/DateIndexes - DateRangeIndex.py:1.5

Martijn Pieters mj at zope.com
Mon Mar 11 15:08:38 EST 2002


Update of /cvs-zopeorg/Products/DateIndexes
In directory cvs.zope.org:/tmp/cvs-serv21528

Modified Files:
	DateRangeIndex.py 
Log Message:
Fix edit redirect target.



=== Products/DateIndexes/DateRangeIndex.py 1.4 => 1.5 ===
         """
         self._edit( since_field, until_field )
-        REQUEST[ 'RESPONSE' ].redirect( '%s/manage_indexProperties'
+        REQUEST[ 'RESPONSE' ].redirect( '%s/manage_main'
                                         '?manage_tabs_message=Updated'
-                                      % self.absolute_url()
+                                      % REQUEST.get('URL2')
                                       )
 
     security.declarePrivate( '_edit' )





More information about the zopeorg-checkins mailing list