-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.2, 3.1
-
Fix Version/s: 3.1
-
Component/s: Tags
-
Testing Instructions:
-
Affected Branches:MOODLE_19_STABLE, MOODLE_31_STABLE
-
Fixed Branches:MOODLE_31_STABLE
-
Pull from Repository:
-
Pull Master Branch:wip-
MDL-16855-master
Our Moodle instance has over 2000 tags, and our administrator needed a way to quickly identify and fix some of the more common mistakes in tags names.
This patch adds a new optional parameter and form to manage.php as well as some logic to add an extra WHERE clause to the big tag-grabbing query.
I reused a lot of the form code from the "add new official tag" form, so the maintainer may want to clean that up (but it works fine as-is).
Attached is a diff against the MOODLE_19_STABLE version of /tag/manage.php