Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.5.1
-
Fix Version/s: 0.5.1
-
Component/s: None
-
Labels:None
Description
Now that a single tag is displayed for all contexts, clicking on the tag can return duplicate items where the same tag is applied to different contexts. E.g. adding the tag cheese to both expertise and tools, now leads to my Person being displayed twice when clicking on the tag.
Probably just needs a simple .uniq in the tag_controller show action.