Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.9.1
-
Fix Version/s: None
-
Component/s: Tags
-
Labels:None
-
Environment:Moodle 1.9.1+ (Build: 20080618), PHP Version 5.2.6, MySQL client version: 5.0.51a
-
Database:MySQL
-
Affected Branches:MOODLE_19_STABLE
Description
A tag that was once an official tag (but was subsequently 'downgraded') is being incorrectly linked to some other tags as related - and the relationship is not being reciproctaed to the other tag.
URL http://socialwork.fife.gov.uk/tag/index.php?id=7 shows the 'confidentiality' tag (tag id=7) as being related to the 'musings' tag (tag id=27). This correlation was not created by me (and no-one else has capability), but 'musings' is not related to 'confidentiality'. Tag relationship is also not showing as defined in the 'edit tag' screen.
'Musings' tag is tag id 27, and was once an official tag.
Attached zip file contains screenshot of mdl_tag_correlation table, some screenshots of various tags and edit_tags pages, and php info file
This is actually a feature: tags that are often used together end up being "correlated" automatically. There is no way to turn this off from the interface, but it would be a easy to prevent indexation: comment out the call to tag_compute_correlations in tag_cron function, in /tag/lib.php and then empty table tag_correlation in the database.
I suppose we should turn this one into a feature request and make this customizable from the interface.