mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
Merge branch 'MDL-70773' of https://github.com/mkassaei/moodle
This commit is contained in:
commit
e54ee9e512
@ -233,7 +233,7 @@ foreach ($overrides as $override) {
|
||||
} else {
|
||||
$usercell = new html_table_cell();
|
||||
$usercell->rowspan = count($fields);
|
||||
$usercell->text = html_writer::link(new moodle_url($groupurl, ['id' => $override->userid]),
|
||||
$usercell->text = html_writer::link(new moodle_url($userurl, ['id' => $override->userid]),
|
||||
fullname($override) . $extranamebit);
|
||||
$usercells[] = $usercell;
|
||||
|
||||
|
@ -69,6 +69,9 @@ Feature: Quiz user override
|
||||
And "Edit" "icon" should exist in the "Student One" "table_row"
|
||||
And "copy" "icon" should exist in the "Student One" "table_row"
|
||||
And "Delete" "icon" should exist in the "Student One" "table_row"
|
||||
And I follow "Student One"
|
||||
And I should see "Student One"
|
||||
And I should see "User details"
|
||||
|
||||
@javascript
|
||||
Scenario: Teacher without 'See full user identity in lists' can see and edit overrides
|
||||
|
Loading…
x
Reference in New Issue
Block a user