Changeset 12233


Ignore:
Timestamp:
14 Dec 2014, 21:44:24 (10 years ago)
Author:
Henrik Bettermann
Message:

See comment of previous revision.

The correct comment of previous prevision would have been:

We do not need the HTMLDisplayWidget. Use simple helper function instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/university/catalog.py

    r9805 r12233  
    127127    # IObjectRemoved events.
    128128    for subobj_name in ['courses', 'certificates']:
    129         key_list = list(getattr(obj, subobj_name, []).keys())
     129        key_list = list(getattr(obj, subobj_name, {}).keys())
    130130        for key in key_list:
    131131            del getattr(obj, subobj_name)[key]
Note: See TracChangeset for help on using the changeset viewer.