grade-report-grader MDL-21535 Fixed regression when running with fixed users setting enabled
This commit is contained in:
@@ -122,7 +122,7 @@ M.gradereport_grader.classes.report = function(Y, id, cfg, items, users, feedbac
|
||||
// node iteration
|
||||
this.table.all('tr').each(function(tr){
|
||||
// Check it is a user row
|
||||
if (tr.getAttribute('id').match(/^fixed_user_(\d+)$/)) {
|
||||
if (tr.getAttribute('id').match(/^(fixed_)?user_(\d+)$/)) {
|
||||
// Highlight rows
|
||||
tr.all('th.cell').on('click', this.table_highlight_row, this, tr);
|
||||
// Display tooltips
|
||||
|
||||
Reference in New Issue
Block a user