Ignore:
Timestamp:
15 Aug 2020, 09:15:24 (4 years ago)
Author:
Henrik Bettermann
Message:

ASE applicants are not allowed to edit their uploaded passport picture. But they are allowed to submit if no poassport picture has been uploaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/browser.py

    r16184 r16199  
    556556    def dataNotComplete(self, data):
    557557        store = getUtility(IExtFileStore)
    558         if self.context.__parent__.with_picture:
     558        if self.context.__parent__.with_picture \
     559            and self.context.__parent__.picture_editable:
    559560            store = getUtility(IExtFileStore)
    560561            if not store.getFileByContext(self.context, attr=u'passport.jpg'):
Note: See TracChangeset for help on using the changeset viewer.