Changeset 11018 for main/waeup.kofa/branches/uli-diazo-themed/src/waeup
- Timestamp:
- 31 Jan 2014, 10:51:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/dynamicroles.py
r10639 r11018 79 79 # Found a Course Adviser role in external attribute or parent 80 80 # thereof. We need a special treatment for Course Advisers. 81 if str(100*(current_level/100)) in role_id:81 if current_level and str(100*(current_level/100)) in role_id: 82 82 # Grant additional role, which allows to validate or reject 83 83 # course lists, only if external role corresponds
Note: See TracChangeset for help on using the changeset viewer.