Bug 5174

Summary: Display successfully-submitted tags
Product: Koha Reporter: Owen Leonard <oleonard>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: NEW --- QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: P5 - low CC: fridolin.somers
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5535
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

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.