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"