- Timestamp:
- 12 Oct 2012, 05:22:45 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r9329 r9330 101 101 # by activating the object, otherwise value_dict will be empty 102 102 # when calling the first time. 103 value._p_activate 103 value._p_activate() 104 104 value_dict = dict([i for i in value.__dict__.items()]) 105 105 value_dict['mandatory_bool'] = value.mandatory
Note: See TracChangeset for help on using the changeset viewer.