mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-53210 mod_feedback: fixes in check feedback access
1. show only uservisible feedbacks in block_feedback 2. nicer error message when user opens feedback on frontpage instead of from the mapped course 3. corrected cap check in view.php page before displaying link to complete.php
This commit is contained in:
parent
6ab07f97bf
commit
2a94a2f60f
3 changed files with 36 additions and 24 deletions
|
@ -38,6 +38,7 @@ $string['autonumbering_help'] = 'Enables or disables automated numbers for each
|
|||
$string['average'] = 'Average';
|
||||
$string['bold'] = 'Bold';
|
||||
$string['cancel_moving'] = 'Cancel moving';
|
||||
$string['cannotaccess'] = 'You can only access this feedback from a course';
|
||||
$string['cannotmapfeedback'] = 'Database problem, unable to map feedback to course';
|
||||
$string['cannotsavetempl'] = 'saving templates is not allowed';
|
||||
$string['cannotunmap'] = 'Database problem, unable to unmap';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue