Bug 6399 - tooltip for tags that says 'separate by comma'
Summary: tooltip for tags that says 'separate by comma'
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: 3.14
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 14:47 UTC by Nicole C. Engard
Modified: 2014-12-07 20:02 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 6399 - tooltip for tags that says 'separate by comma' (3.50 KB, patch)
2013-05-15 12:50 UTC, Owen Leonard
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 6399 - tooltip for tags that says 'separate by comma' (3.55 KB, patch)
2013-05-15 13:09 UTC, Nicole C. Engard
Details | Diff | Splinter Review
[PASSED QA] Bug 6399 - tooltip for tags that says 'separate by comma' (3.78 KB, patch)
2013-05-18 08:20 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nicole C. Engard 2011-05-24 14:47:27 UTC
Would be nice if there was a tool tip on tag adding forms that noted that tags should be separated by commas.
Comment 1 Owen Leonard 2013-05-15 12:50:05 UTC Comment hidden (obsolete)
Comment 2 Nicole C. Engard 2013-05-15 13:09:25 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2013-05-18 08:18:10 UTC
This works on the results and details screen for tagging a single record. 
We also have options for tagging in the cart, the lists and in the result list menu - maybe we should add a hint there too? I like the initial idea of a tooltip, but I agree that on the detail pages having it directly in the label is more obvious.
Comment 4 Katrin Fischer 2013-05-18 08:20:08 UTC
Created attachment 18225 [details] [review]
[PASSED QA] Bug 6399 - tooltip for tags that says 'separate by comma'

Some sites split tags on spaces, some on commas. Since Koha splits on a
comma, we should make that clear to the patron. This patch adds
additional text to the "New tag(s)" label.

To test, enable TagsEnabled, TagsInputOnDetail, and TagsInputOnList.
Click "Add tag" on both OPAC search results and an OPAC detail page.
Confirm that the revised label appears correctly.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
all tests pass

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
All tests pass. There are some more places where we can
add tags to multiple records at once, I noted them on the bug.

http://bugs.koha-community.org/show_bug.cgi?id=10259
Comment 5 Galen Charlton 2013-05-20 15:17:05 UTC
Pushed to master.  Thanks, Owen!

I agree with Katrin's comment that we should consider adjusting the text at the other three places where a tag can be added.
Comment 6 Tomás Cohen Arazi 2013-05-21 14:50:18 UTC
Pushed to 3.12.x. This will be on 3.12.1.
Comment 7 Bernardo Gonzalez Kriegel 2013-05-31 20:45:02 UTC
Pushed to 3.10.x, will be on 3.10.7
Comment 8 Chris Hall 2013-06-06 10:02:11 UTC
This patch seems like a good candidate for 3.8.x, however the patch doesn't apply cleanly as is.

Is it possible for you to resubmit a version for 3.8.x?