Hi, I found out what was wrong. it is a bug on Koha if the biblio framework is not well-formed (and "test" don't find it). So I filled a bug report: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13776
Regards, Pablo 2015-02-25 14:36 GMT-03:00 Pablo Bianchi <[email protected]>: > Hi, > > I have a strange problem. Linking an authority works perfectly with any > framework (like "VR", DVDs) but one of them (BKS) doesn't automatically > close the popup after linking an authority, neither complete $9 (RLIN) > subfield. With this SQL queries* I compare side by side tags 650 (the > problem happens with all authorites subfields, 100, 700...) of > marc_tag_structure and subfields $9 and $a og marc_subfield_structure > table. I update all to set them almost identical but it still have this > strange behave. I suspect it have something to do with bug > > #5093. Javascript console throw > *blinddetail-biblio-search.pl:160 > <http://blinddetail-biblio-search.pl:160> Uncaught TypeError: Cannot set > property 'value' of undefined* > "choose" link have last parameter empty: javascript:doauth('15583', > 'tag_650_subfield_a_127347_735090', '') > This was working some weeks ago, so maybe is related to lastest package > upgrades. Using Koha 3.18.4, latest Chromium and Firefox. > > Things I tried on "BKS" rows: > + "defaultvalue" to NULL instead of empty. > + "hidden" and "tab" field exactly same values than others frameworks, > like "VR". > + Empty intranetuserjs syspref. > + Removed diacritics from descriptions fields, also from biblio_framework > table. > + On marc_subfield_structure table, even added nonexistant table > "bibliosubject.subject" to kohafield field, as added by default on sample > builtin FWs. > > Thanks! > Pablo > > * > SELECT * FROM `marc_subfield_structure` WHERE tagfield="650" AND > (tagsubfield="a" OR tagsubfield="9") AND (frameworkcode="BKS" OR > frameworkcode="VR") > SELECT * FROM `marc_tag_structure` WHERE tagfield="650" > > _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

