Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.4, 3.1
-
Component/s: Badges
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_30_STABLE, MOODLE_31_STABLE
-
Fixed Branches:MOODLE_30_STABLE, MOODLE_31_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
Was adding my last (external) awarded badge into moodle.org, when I detected that the number of total badges counted (7) was not matching the real number of badges (4).
So, in the URL badges/mybadges.php the following string was:
You have 7 badge(s) displayed from 2 collection(s). Change backpack settings.
Should be, instead, to be correct:
You have 4 badge(s) displayed from 2 collection(s). Change backpack settings.