mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
MDL-52133 mod_assign: Support userid on single grade page
This commit is contained in:
parent
fc1ef59fbe
commit
a6c1a1c753
2 changed files with 18 additions and 13 deletions
|
@ -65,7 +65,7 @@ class mod_assign_grade_form extends moodleform {
|
|||
*/
|
||||
protected function get_form_identifier() {
|
||||
$params = $this->_customdata[2];
|
||||
return get_class($this) . '_' . $params['rownum'];
|
||||
return get_class($this) . '_' . $params['userid'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue