The image misc/watchdog-ok.png is not displayed. Solution:
Add in includes/course.outline.inc, after line 438 the line
$step['image'] = 'misc/watchdog-ok.png';
So between the existing coding:
if ($courseObject->access('take')) {
// User can take this course object.
$step['link'] = $courseObject->getUrl();
if (!$prev_req || $prev_req->getFulfillment()->isComplete()) {
$step['status'] = 'Begin';
//PATCH: addition for showing image when certificate is complete:
$step['image'] = 'misc/watchdog-ok.png';
}
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.