mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-37765 course: Add capability to ignore availability restrictions.
Allow a role to view activities without addressing the restriction rules.
This commit is contained in:
parent
216ea39be7
commit
6a36b8526e
8 changed files with 73 additions and 13 deletions
|
@ -160,6 +160,7 @@ $string['course:changeshortname'] = 'Change course short name';
|
|||
$string['course:changesummary'] = 'Change course summary';
|
||||
$string['course:enrolconfig'] = 'Configure enrol instances in courses';
|
||||
$string['course:enrolreview'] = 'Review course enrolments';
|
||||
$string['course:ignoreavailabilityrestrictions'] = 'Ignore availability restrictions';
|
||||
$string['course:ignorefilesizelimits'] = 'Use files larger than any file size restrictions';
|
||||
$string['course:isincompletionreports'] = 'Be shown on completion reports';
|
||||
$string['course:manageactivities'] = 'Manage activities';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue