Ignore:
Timestamp:
22 Aug 2016, 09:04:28 (8 years ago)
Author:
Henrik Bettermann
Message:

Show warning before requesting clearance.

File:
1 edited

Legend:

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

    r13938 r14102  
    24442444        return False
    24452445
    2446     @action(_('Save and request clearance'), style='primary')
     2446    @action(_('Save and request clearance'), style='primary',
     2447            warning=_('You can not edit your data after '
     2448            'requesting clearance. You really want to request clearance now?'))
    24472449    def requestClearance(self, **data):
    24482450        self.applyData(self.context, **data)
Note: See TracChangeset for help on using the changeset viewer.