-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.6
The tag entity isn't correctly determining the "flagged" state of a tag, in both the column and filter
The implementation assumes that it is stored as a boolean field (0/1), however it isn't - it stores the number of times that the tag has been flagged (0..X)
This means when you have simple data like this (for a tag that has been flagged multiple times):
The filtering doesn't match it:
& the aggregation isn't correct (should be 50%):
Discovered while working on MDL-79788