Changeset 15156


Ignore:
Timestamp:
20 Sep 2018, 07:12:08 (6 years ago)
Author:
Henrik Bettermann
Message:

Emergency fix: EdoPoly? hides the history in some cases.

File:
1 edited

Legend:

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

    r13968 r15156  
    9595        #    value = [eval(entry.to_string()) for entry in value]
    9696        elif name == 'history':
    97             value = value.messages
     97            value = getattr(value, 'messages', None)
    9898        elif name == 'phone' and value is not None:
    9999            # Append hash '#' to phone numbers to circumvent
Note: See TracChangeset for help on using the changeset viewer.