Ignore:
Timestamp:
26 Oct 2012, 17:17:10 (12 years ago)
Author:
Henrik Bettermann
Message:

Fix docstrings.

In my old ZODB which I used for testing there were orphaned catalog entries. I don't know why. The tests show clearly that the catalog is updated whenever a hostel is removed or cleared. However, to be 100% that nothing goes wrong I added some extra safety belts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py

    r9423 r9424  
    602602
    603603    bed_coordinates = schema.TextLine(
    604         title = _(u'Bed Coordinates'),
     604        title = _(u'Allocated Bed'),
    605605        required = True,
    606606        readonly = False,
     
    608608
    609609    bed_type = schema.TextLine(
    610         title = _(u'Bed Type'),
     610        title = _(u'Requested Bed Type'),
    611611        required = True,
    612612        readonly = False,
Note: See TracChangeset for help on using the changeset viewer.