[Koha-bugs] [Bug 17780] When choose an author in authority results new window shows a blank screen

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 24 17:11:52 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17780

Oleg Vasilenko <synapse.ova at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |synapse.ova at gmail.com

--- Comment #4 from Oleg Vasilenko <synapse.ova at gmail.com> ---
Created attachment 59513
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59513&action=edit
Bug 17780: JS structure check fix

Select2 (Bug 13501) introduced divs and inputs that broke some assumptions
about the expected HTML structure.
This patch checks if input has name attribute, because some inputs in Select2
have not.

Blank screen happens on page blinddetail-biblio-search.pl because when the
script works with field that has Select2 as one of the subfields, it finds some
structures, that have no required attributes.

To test:
Try to add info from the authorities to field that has subfield with Select2
(subfield with authorised values on Koha 16.11+). For example, in UNIMARC
installations that should be 700, 701, 702

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list