Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
4f359ea5
Commit
4f359ea5
authored
Nov 19, 2012
by
Victor Shnayder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pass through message when no more submissions.
parent
ed6a8f68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lms/static/coffee/src/staff_grading/staff_grading.coffee
+3
-3
No files found.
lms/static/coffee/src/staff_grading/staff_grading.coffee
View file @
4f359ea5
...
@@ -112,7 +112,7 @@ class StaffGrading
...
@@ -112,7 +112,7 @@ class StaffGrading
if
response
.
submission
if
response
.
submission
@
data_loaded
(
response
.
submission
,
response
.
rubric
)
@
data_loaded
(
response
.
submission
,
response
.
rubric
)
else
else
@
no_more
()
@
no_more
(
response
.
message
)
else
else
@
error
(
response
.
error
)
@
error
(
response
.
error
)
...
@@ -137,10 +137,10 @@ class StaffGrading
...
@@ -137,10 +137,10 @@ class StaffGrading
@
score
=
null
@
score
=
null
@
state
=
state_grading
@
state
=
state_grading
no_more
:
()
->
no_more
:
(
message
)
->
@
submission
=
null
@
submission
=
null
@
rubric
=
null
@
rubric
=
null
@
message
=
'Nothing to grade'
@
message
=
message
@
state
=
state_no_data
@
state
=
state_no_data
render_view
:
()
->
render_view
:
()
->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment