MDL-51078 report_log: Allow filtering by all changes
This commit is contained in:
committed by
Dan Poltawski
parent
95cc9d3b53
commit
d1a50dce98
@@ -282,7 +282,7 @@ class report_log_renderable implements renderable {
|
||||
'r' => get_string('view'),
|
||||
'u' => get_string('update'),
|
||||
'd' => get_string('delete'),
|
||||
'' => get_string('allchanges')
|
||||
'cud' => get_string('allchanges')
|
||||
);
|
||||
return $actions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user