Ignore:
Timestamp:
25 Oct 2012, 09:44:02 (12 years ago)
Author:
Henrik Bettermann
Message:

Reorganize allocation of students to beds. We can't use the StudentSource? in live systems. The select box would be filled with ten thousands of students.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/hostels/hostel.py

    r9202 r9414  
    2626from waeup.kofa.utils.helpers import attrs_to_fields
    2727from waeup.kofa.hostels.vocabularies import NOT_OCCUPIED
    28 from waeup.kofa.hostels.interfaces import IHostel, IBed, IBedAllocateStudent
     28from waeup.kofa.hostels.interfaces import IHostel, IBed
    2929from waeup.kofa.students.interfaces import IBedTicket
    3030from waeup.kofa.interfaces import IKofaUtils
     
    143143    """This is a bed.
    144144    """
    145     grok.implements(IBed, IBedAllocateStudent)
     145    grok.implements(IBed)
    146146    grok.provides(IBed)
    147147
Note: See TracChangeset for help on using the changeset viewer.