Summary: | checkboxes disappearing on author searches | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Templates | Assignee: | 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: | ||
Circulation function: | |||
Attachments: |
author search from advanced search
author search from clicking author's name |
Created attachment 32041 [details]
author search from clicking author's name
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=""> 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? |
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!