Changeset 335
- Timestamp:
- 09/27/06 14:54:04 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
GeographicEntityLite/trunk/GeographicEntityLite/Extensions/batching.py
r328 r335 123 123 en_name.setSecondaryReferences(name.secondaryReferences) 124 124 en_name.setGeoNameType(name.classifications['geoNameType']) 125 en_name.reindexObject() 125 126 # classifications! 126 127 127 128 # rename the entity to reflect the names of its children 128 129 setGeoTitleFromNames(en) 130 131 # refresh appropriate entries in the portal catalog (e.g., the title) 132 en.reindexObject() 129 133 130 134 class geoName:
