Bug 13038

Summary: checkboxes disappearing on author searches
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: author search from advanced search
author search from clicking author's name

Description Nicole C. Engard 2014-10-07 14:42:23 UTC
Created attachment 32040 [details]
author search from advanced search

When doing a search in the staff module, if you click on the author’s name, whether on the results or in a record, you get results on that author, but there are no check boxes!
Comment 1 Nicole C. Engard 2014-10-07 14:42:40 UTC
Created attachment 32041 [details]
author search from clicking author's name
Comment 2 Nicole C. Engard 2014-10-07 14:43:43 UTC
The checkboxes which don't display have the following html:

<input type="checkbox" class="selection" id="bib221806" name="biblionumber" value="221806" style="display:none">

Whereas the ones that do look like this:

<input type="checkbox" class="selection" id="bib123152" name="biblionumber" value="123152" style="">
Comment 3 Owen Leonard 2014-10-07 15:11:18 UTC
I think this is a duplicate of Bug 12071 which is fixed in master. Can you please check the version of the system you're seeing it in?
Comment 4 Nicole C. Engard 2014-10-08 12:44:45 UTC
You're right it's version 3.14.5.

*** This bug has been marked as a duplicate of bug 12071 ***