Bug 13233 - Patron search by birth date tooltip broken
Summary: Patron search by birth date tooltip broken
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-11 14:04 UTC by Nicole C. Engard
Modified: 2015-06-04 23:33 UTC (History)
3 users (show)

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


Attachments
Bug 13233 - Patron search by birth date tooltip broken (1.55 KB, patch)
2014-11-12 17:36 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 13233 - Patron search by birth date tooltip broken (1.62 KB, patch)
2014-11-14 08:27 UTC, Frédéric Demians
Details | Diff | Splinter Review
[PASSED QA] Bug 13233 - Patron search by birth date tooltip broken (1.72 KB, patch)
2014-11-15 08:14 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 2014-11-11 14:04:53 UTC
When you chose to search patrons by birthday you were given a tooltip like this: http://manual.koha-community.org/3.16/en/images/patrons/patronsearchbday.png now you are not given a tip on how to search for birthday.
Comment 1 Owen Leonard 2014-11-11 19:27:56 UTC
Broken by Bug 9811: Patron search improvement
Comment 2 Owen Leonard 2014-11-12 17:36:25 UTC Comment hidden (obsolete)
Comment 3 Frédéric Demians 2014-11-14 08:27:18 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2014-11-15 08:14:16 UTC
Created attachment 33584 [details] [review]
[PASSED QA] Bug 13233 - Patron search by birth date tooltip broken

When the user selects a patron search by birth date a tooltip is
supposed to appear showing the date format requirement. Bug 9811 (Patron
search improvement) changed the ID on which the tooltip depended to
function. This patch corrects it.

To test, apply the patch and go to the Patrons home page in the staff
client. In the header search form select "Date of birth" from the
"search fields" dropdown. This should trigger a tooltip showing the
required date format.

Signed-off-by: Frederic Demians <f.demians@tamil.fr>

I confirm the tooltip comeback with this patch.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>

Works as described, no problems found.
Comment 5 Tomás Cohen Arazi 2014-11-17 00:10:18 UTC
Patch pushed to master.

Thanks Owen!