Changeset 17674 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 17 Jan 2024, 10:49:22 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r17550 r17674 1364 1364 1365 1365 def dataNotComplete(self, data): 1366 if self. context.__parent__.with_picture:1366 if self.picture_editable: 1367 1367 store = getUtility(IExtFileStore) 1368 1368 if not store.getFileByContext(self.context, attr=u'passport.jpg'):
Note: See TracChangeset for help on using the changeset viewer.