Changeset 17674 for main/waeup.kofa


Ignore:
Timestamp:
17 Jan 2024, 10:49:22 (8 months ago)
Author:
Henrik Bettermann
Message:

If the picture is not editable by the applicant, do not expect that the confirm box is tucked.

File:
1 edited

Legend:

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

    r17550 r17674  
    13641364
    13651365    def dataNotComplete(self, data):
    1366         if self.context.__parent__.with_picture:
     1366        if self.picture_editable:
    13671367            store = getUtility(IExtFileStore)
    13681368            if not store.getFileByContext(self.context, attr=u'passport.jpg'):
Note: See TracChangeset for help on using the changeset viewer.