Changeset 15715 for main/waeup.kofa/trunk/src/waeup/kofa/hostels
- Timestamp:
- 29 Oct 2019, 08:52:02 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/hostels/hostel.py
r15708 r15715 346 346 nothing_to_do = False 347 347 cat[u'bed_id'] = FieldIndex(field_name=u'bed_id') 348 logger.info( 349 '%s: bed_id index added to beds_catalog.' 350 % self.log_prefix) 348 351 cat.updateIndexes() 349 352 logger.info( 350 '%s: bed _id index added to beds_catalog.'353 '%s: beds_catalog updated.' 351 354 % self.log_prefix) 352 355 except ComponentLookupError: # in unit tests
Note: See TracChangeset for help on using the changeset viewer.