https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17780
Oleg Vasilenko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #5 from Oleg Vasilenko <[email protected]> --- Steps to Reproduce: 1. Open some book in the editor or create new (cataloguing/addbiblio.pl) 2. Add info to authority-controlled subfield. One of the subfields of this field should be thesaurus driven → subfield with Select2 (In UNIMARC that could be 700-702) Actual Results: — data from the authority record does not added — blinddetail-biblio-search.pl with white screen is opened, and does not close Expected Results: Info from the authority record shoul be added to appropriate subfields Additional Information: This happens because Select2 adds some inputs, that do not have NAME property. The following patch adds check for the needed attribute existance. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
