MDL-37635 Assign: Prevent errors when viewing a feedback for an assignment with no...
authorDamyon Wiese <damyon@moodle.com>
Fri, 1 Feb 2013 05:20:33 +0000 (13:20 +0800)
committerDamyon Wiese <damyon@moodle.com>
Fri, 1 Feb 2013 05:46:08 +0000 (13:46 +0800)
commit46692c3a81000b9a381b51d71523b23e6cc2dff1
tree8478c1ae57d03b5acac577049d84b27eb0c1c7d7
parent1918a2452e360f21c71436ce0427c8ec4d057e90
MDL-37635 Assign: Prevent errors when viewing a feedback for an assignment with no gradeitem in gradebook

Also adds unit tests to verify that:
Feedback is visible even if there is no grade
The grade is not shown if the gradeitem is hidden unless you have mod/assign:grade capability
mod/assign/locallib.php
mod/assign/renderer.php
mod/assign/tests/locallib_test.php