Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plugins bot
moodle-plugins-snapshots
Commits
f5886105
Commit
f5886105
authored
Jan 11, 2017
by
wehr
Browse files
MDL-57592 assignment: Adds filtering of assignment name in grader view
parent
e7059ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod/assign/classes/output/grading_app.php
View file @
f5886105
...
...
@@ -88,7 +88,7 @@ class grading_app implements templatable, renderable {
$export
->
cmid
=
$this
->
assignment
->
get_course_module
()
->
id
;
$export
->
contextid
=
$this
->
assignment
->
get_context
()
->
id
;
$export
->
groupid
=
$this
->
groupid
;
$export
->
name
=
$this
->
assignment
->
get_
instance
()
->
name
;
$export
->
name
=
$this
->
assignment
->
get_
context
()
->
get_context_
name
()
;
$export
->
courseid
=
$this
->
assignment
->
get_course
()
->
id
;
$export
->
participants
=
array
();
$num
=
1
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment