Changeset 17668


Ignore:
Timestamp:
16 Jan 2024, 10:29:46 (8 months ago)
Author:
Henrik Bettermann
Message:

Disable passport upload by applicants. See #656 and #793.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/utils.py

    r17634 r17668  
    112112        """False if applicants are not allowed to edit uploaded pictures.
    113113        """
    114         # see ticket #656
    115         #return container.with_picture and \
    116         #    not container.prefix.startswith('utme') and \
    117         #    not container.prefix.startswith('ude')
    118         return True
     114        # 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.