Changeset 9330


Ignore:
Timestamp:
12 Oct 2012, 05:22:45 (12 years ago)
Author:
Henrik Bettermann
Message:

_p_activate is a method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py

    r9329 r9330  
    101101        # by activating the object, otherwise value_dict will be empty
    102102        # when calling the first time.
    103         value._p_activate
     103        value._p_activate()
    104104        value_dict = dict([i for i in value.__dict__.items()])
    105105        value_dict['mandatory_bool'] = value.mandatory
Note: See TracChangeset for help on using the changeset viewer.