Bug 13233

Summary: Patron search by birth date tooltip broken
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 13233 - Patron search by birth date tooltip broken
Bug 13233 - Patron search by birth date tooltip broken
[PASSED QA] Bug 13233 - Patron search by birth date tooltip broken

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 (tcohen) 2014-11-17 00:10:18 UTC
Patch pushed to master.

Thanks Owen!