Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.6, 2.2.2
-
Component/s: Activity completion, Course completion, Language
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_21_STABLE, MOODLE_22_STABLE
-
Fixed Branches:MOODLE_21_STABLE, MOODLE_22_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-32535-master -
Pull Master Diff URL:
Description
The recent changes in strings completion-alt-auto-n and completion-alt-auto-y introduced some regressions in course completion report download, where now a unused "{$a}" placeholder is shown. such as "Completed: {$a}" or "Not completed: {$a}".
A sample portion of the code shows we are not using the placeholder:
$describe=get_string('completion-alt-auto-'.$completiontype,'completion');
In in report/completion/index.php the following lines need to be changed:
- 607
- 636
- 650
- 675
Attachments
Issue Links
- is a regression caused by
-
MDL-30817 more verbose alt text for completion tracking
-
- Closed
-