Changeset 873 for WAeUP_SRP/trunk/skins/waeup_custom/cpsdocument_edit.py
- Timestamp:
- 16 Nov 2006, 08:37:23 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/cpsdocument_edit.py
r805 r873 34 34 # Validate the document and write it if it's valid 35 35 # (We don't call getEditableContent here, validate does it when needed.) 36 info = context.getStudentInfo() 37 ##if info and info['is_student']: 38 ## return 36 #info = context.getStudentInfo() 39 37 doc = context.getContent() 40 38 is_valid, ds = doc.validate(request=REQUEST, proxy=context, cluster=cluster,
Note: See TracChangeset for help on using the changeset viewer.