Show policy, grading policy, and top-level errors
* Save errors for courses that failed to load in modulestore * global staff can see course errors on their dashboard * put policy loading errors into the error trackers * add has_access(user, 'global', 'staff'), which is equiv to user.is_staff for now
Showing
- common/djangoapps/student/views.py 13 additions, 1 deletioncommon/djangoapps/student/views.py
- common/lib/xmodule/xmodule/course_module.py 8 additions, 1 deletioncommon/lib/xmodule/xmodule/course_module.py
- common/lib/xmodule/xmodule/graders.py 6 additions, 5 deletionscommon/lib/xmodule/xmodule/graders.py
- common/lib/xmodule/xmodule/modulestore/xml.py 26 additions, 10 deletionscommon/lib/xmodule/xmodule/modulestore/xml.py
- lms/djangoapps/courseware/access.py 36 additions, 0 deletionslms/djangoapps/courseware/access.py
- lms/djangoapps/courseware/courses.py 0 additions, 1 deletionlms/djangoapps/courseware/courses.py
- lms/templates/dashboard.html 15 additions, 0 deletionslms/templates/dashboard.html
Please register or sign in to comment