Ignore:
Timestamp:
21 Sep 2013, 08:27:47 (11 years ago)
Author:
Henrik Bettermann
Message:

Disable score editing on department manage page.

Add tests.

File:
1 edited

Legend:

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

    r10185 r10634  
    103103        )
    104104
     105    score_editing_disabled = schema.Bool(
     106        title = _(u'Score editing disabled'),
     107        description = _(
     108            u'Lectures cannnot edit scores if ticked.'),
     109        required = False,
     110        default = False,
     111        )
     112
    105113    courses = Attribute("A container for courses.")
    106114    certificates = Attribute("A container for certificates.")
Note: See TracChangeset for help on using the changeset viewer.