Changeset 1916
- Timestamp:
- 17 Jun 2007, 16:51:53 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPTables.py
r1845 r1916 49 49 meta_type = 'Catalog Tool Real' 50 50 name = id = "portal_catalog_real" 51 51 52 52 53 53 class WAeUPTable(ZCatalog): ###( … … 66 66 def manage_catalogClear(self, REQUEST=None, RESPONSE=None, URL1=None): 67 67 """ clears the whole enchilada """ 68 #self._catalog.clear() 69 68 69 #if REQUEST and RESPONSE: 70 # RESPONSE.redirect( 71 # URL1 + 72 # '/manage_catalogAdvanced?manage_tabs_message=Catalog%20Clearing%20disabled') 73 74 75 self._catalog.clear() 70 76 if REQUEST and RESPONSE: 71 77 RESPONSE.redirect( 72 78 URL1 + 73 '/manage_catalogAdvanced?manage_tabs_message=Catalog%20 Clearing%20disabled')79 '/manage_catalogAdvanced?manage_tabs_message=Catalog%20cleared') 74 80 75 81 def addRecord(self, **data):
Note: See TracChangeset for help on using the changeset viewer.