Files
edx-platform/lms/djangoapps
Usman Khalid 7b185db751 Refactored permissions check for course_wiki pages.
CourseRole names have a new format (type_org.number.run). Previously
when checking if a user was staff for a course wiki type_org/number/run
and type_number format role names were checked by parsing user group names.

This logic has been refactored to first fetch all courses which use the
particular wiki_slug and then use courseware.access.has_access to check if the
user has staff permissions on any of the courses.

LMS-2136
2014-03-10 16:13:17 +05:00
..
2013-09-06 09:45:59 -04:00
2013-12-03 14:15:09 -05:00
2014-02-10 14:07:50 -05:00
2013-12-05 15:50:49 -05:00
2013-12-04 12:59:35 -05:00
2014-01-27 13:47:58 -05:00
2013-12-03 14:15:09 -05:00
2014-01-27 13:47:58 -05:00
2014-02-10 14:07:50 -05:00