Ignore:
Timestamp:
11 Mar 2012, 09:17:32 (13 years ago)
Author:
Henrik Bettermann
Message:

Cancel needs no form validation.

Simplify StudyLevelBreadcrumb?.

File:
1 edited

Legend:

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

    r7833 r7834  
    13231323        self.redirect(self.url(self.context, u'@@manage')+'?tab1')
    13241324
    1325     @action(_('Cancel'))
     1325    @action(_('Cancel'), validator=NullValidator)
    13261326    def cancel(self, **data):
    13271327        self.redirect(self.url(self.context))
     
    14391439        self.redirect(self.url(self.context, u'@@manage')+'?tab2')
    14401440
    1441     @action(_('Cancel'))
     1441    @action(_('Cancel'), validator=NullValidator)
    14421442    def cancel(self, **data):
    14431443        self.redirect(self.url(self.context))
Note: See TracChangeset for help on using the changeset viewer.