Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
8f990a09
Commit
8f990a09
authored
11 years ago
by
Adam
Browse files
Options
Downloads
Plain Diff
Merge pull request #1881 from edx/adam/fix/instr-dash-500
import GlobalStaff to legacy.py (LMS-1599)
parents
95c86248
11b635c0
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/djangoapps/instructor/views/legacy.py
+14
-11
14 additions, 11 deletions
lms/djangoapps/instructor/views/legacy.py
with
14 additions
and
11 deletions
lms/djangoapps/instructor/views/legacy.py
+
14
−
11
View file @
8f990a09
...
...
@@ -34,21 +34,24 @@ from bulk_email.models import CourseEmail, CourseAuthorization
from
courseware
import
grades
from
courseware.access
import
has_access
from
courseware.courses
import
get_course_with_access
,
get_cms_course_link
from
courseware.roles
import
CourseStaffRole
,
CourseInstructorRole
,
CourseBetaTesterRole
from
courseware.roles
import
(
CourseStaffRole
,
CourseInstructorRole
,
CourseBetaTesterRole
,
GlobalStaff
)
from
courseware.models
import
StudentModule
from
django_comment_common.models
import
(
Role
,
FORUM_ROLE_ADMINISTRATOR
,
FORUM_ROLE_MODERATOR
,
FORUM_ROLE_COMMUNITY_TA
)
from
django_comment_common.models
import
(
Role
,
FORUM_ROLE_ADMINISTRATOR
,
FORUM_ROLE_MODERATOR
,
FORUM_ROLE_COMMUNITY_TA
)
from
django_comment_client.utils
import
has_forum_access
from
instructor.offline_gradecalc
import
student_grades
,
offline_grades_available
from
instructor.views.tools
import
strip_if_string
from
instructor_task.api
import
(
get_running_instructor_tasks
,
get_instructor_task_history
,
submit_rescore_problem_for_all_students
,
submit_rescore_problem_for_student
,
submit_reset_problem_attempts_for_all_students
,
submit_bulk_course_email
)
from
instructor_task.api
import
(
get_running_instructor_tasks
,
get_instructor_task_history
,
submit_rescore_problem_for_all_students
,
submit_rescore_problem_for_student
,
submit_reset_problem_attempts_for_all_students
,
submit_bulk_course_email
)
from
instructor_task.views
import
get_task_completion_info
from
edxmako.shortcuts
import
render_to_response
,
render_to_string
from
psychometrics
import
psychoanalyze
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment