Changeset 17668 for main/waeup.aaue
- Timestamp:
- 16 Jan 2024, 10:29:46 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/utils.py
r17634 r17668 112 112 """False if applicants are not allowed to edit uploaded pictures. 113 113 """ 114 # see ticket #656115 #return container.with_picture and \ 116 # not container.prefix.startswith('utme')and \117 # not container.prefix.startswith('ude')118 return True114 # see ticket history #656 115 116 return container.with_picture and \ 117 not container.prefix.startswith('utme') and \ 118 not container.prefix.startswith('ude')
Note: See TracChangeset for help on using the changeset viewer.