Bug 13038 - checkboxes disappearing on author searches
Summary: checkboxes disappearing on author searches
Status: RESOLVED DUPLICATE of bug 12071
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-07 14:42 UTC by Nicole C. Engard
Modified: 2014-10-08 12:44 UTC (History)
0 users

See Also:
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 (68.60 KB, image/png)
2014-10-07 14:42 UTC, Nicole C. Engard
Details
author search from clicking author's name (94.77 KB, image/png)
2014-10-07 14:42 UTC, Nicole C. Engard
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***