Changeset 9700 for main/waeup.kofa
- Timestamp:
- 20 Nov 2012, 10:30:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r9698 r9700 2227 2227 for id in child_id: 2228 2228 # Students are not allowed to remove core tickets 2229 if self.context[id].removable_by_student: 2229 if id in self.context and \ 2230 self.context[id].removable_by_student: 2230 2231 del self.context[id] 2231 2232 deleted.append(id)
Note: See TracChangeset for help on using the changeset viewer.