When looking at tags in the tag review interface (/cgi-bin/koha/tags/review.pl) it should be possible to click on any tag and see a list of titles which have been tagged with that term. From this list it should also be possible to remove a tag from a particular title.
Created attachment 6008 [details] [review] Proposed fix - Adds a new page to the tags moderation section for viewing all the titles tagged with a particular term. - Adds display of approved tags to the catalog detail page matching the opac view. Adding tags from the detail view not implemented. Areas for improvement: - I think it would be better to show "Also tagged with:" and exclude the current tag from the list of titles tagged with a particular tag. - It would be nice to be able to show unapproved tags (and some idication of their status) along with approved tags on the detail page if the user had TagsModeration permission.
Created attachment 6009 [details] Approved tags on staff client detail
Created attachment 6010 [details] Tags summary links to titles by tag view
Created attachment 6011 [details] Titles by tag view
Updating Version : This ENH will be for Koha 3.8
Bug versionned for master. entries will be made against rel_3_8 once the patch has been applied (see thread about that on koha-devel yesterday)
Created attachment 6798 [details] Having trouble seeing tags. I have made a few tags in the OPAC view attached to a few different items but am unable to see them attached in the view like the example picture in my staff client. Is there some option to enable somewhere? I have currently enabled pretty much everything that is related to tags in the system preferences that I could find.
Created attachment 6816 [details] [review] Follow-up fix adds output to XSLT view Previous fix omitted tags output from XSLT detail view.
Created attachment 6818 [details] [review] [SIGNED-OFF] Bug 6933 [REVISED] Add a view of titles with a particular tag to the staff client - Adds a new page to the tags moderation section for viewing all the titles tagged with a particular term. - Adds display of approved tags to the catalog detail page matching the opac view. Adding tags from the detail view not implemented. Follow-up adds tags display to XSLT detail view Areas for improvement: - I think it would be better to show "Also tagged with:" and exclude the current tag from the list of titles tagged with a particular tag. - It would be nice to be able to show unapproved tags (and some idication of their status) along with approved tags on the detail page if the user had TagsModeration permission. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Love it - great addition. I've signed off. I tested with XSLT on and off in the staff client.
QA comment: I was about to say "perfect, nothing to say", when I realised list.pl was a new script so we could apply PERL1 coding guideline (perltidy). list.pl was not perfectly perltidied, i've added a follow-up other than that, passed QA
*** Bug 8118 has been marked as a duplicate of this bug. ***