Changeset 9328 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 12 Oct 2012, 05:03:45 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r9320 r9328 98 98 lang = view.request.cookies.get('kofa.language') 99 99 for value in view.context.values(): 100 # We have to unghostify (according to Tres Seaver) the __dict__ 101 # by activating the object, otherwise value_dict will be empty 102 # when calling the first time. 103 value._p_activate 100 104 value_dict = dict([i for i in value.__dict__.items()]) 101 105 value_dict['mandatory_bool'] = value.mandatory … … 1011 1015 @property 1012 1016 def translated_values(self): 1017 import pdb; pdb.set_trace() 1013 1018 return translated_values(self) 1014 1019 -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studylevelmanagepage.pt
r9320 r9328 77 77 </div> 78 78 </div> 79 </form> 79 </form> 80 80 81 81
Note: See TracChangeset for help on using the changeset viewer.