Bug 5174 - Display successfully-submitted tags
Summary: Display successfully-submitted tags
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-25 15:43 UTC by Owen Leonard
Modified: 2023-08-27 13:24 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2010-08-25 15:43:52 UTC
When adding a tag from the detail page in the OPAC, the page should update to show the newly-added tag:

1. Fill in tag, submit form.
2. Message displays "Added X tag(s)."
3. Form field clears.
4. "Tags from this library:" is appended with newly-added tags.
Comment 1 Fridolin Somers 2012-08-21 09:30:10 UTC
You have to deal with the fact that tags can have a moderation.

In this case, you can't display new tags at OPAC. I think mainly to avoid the search engines indexation (google, ...) with unwanted text.
Comment 2 Owen Leonard 2012-08-22 19:25:17 UTC
My goal is to give the user immediate feedback on what tags they have submitted. The tags would be added to the DOM during that "session" (before the user navigates away from the page) merely to give the user a reminder of what tags they just submitted.

I revised the bug title to make it more specific.
Comment 3 Katrin Fischer 2019-05-04 12:57:56 UTC
I think this would be nice. Currently the 'missing' feedback when adding tags from the result list and detail page is a bit confusing.