Ignore:
Timestamp:
13 Mar 2011, 01:40:12 (14 years ago)
Author:
uli
Message:

Display applicants container name in breadcrumbs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/container.py

    r5846 r5858  
    3434
    3535    REQUIRES_JAMBDATA = False
    36     name = None
    3736    title = u'Simple applicant container'
    3837    description = u'Simple container for regular applicants'
     
    4140    strict_deadline = True
    4241
     42    @property
     43    def name(self):
     44        return getattr(self, '__name__', None)
     45   
    4346    def archive(self, app_ids=None):
    4447        """Create on-dist archive of applicants stored in this term.
Note: See TracChangeset for help on using the changeset viewer.