https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18811 --- Comment #42 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #40)
It fixes the problem, but it sounds like there is something else to fix:
On a new DB: MariaDB [koha_kohadev]> select tagfield, tagsubfield, hidden from auth_subfield_structure where tagfield=551 and tagsubfield=9 and authtypecode="GEOGR_NAME"\G *************************** 1. row *************************** tagfield: 551 tagsubfield: 9 hidden: 1
Edit the subfields for GEOGR_NAME /admin/auth_subfields_structure. pl?op=add_form&tagfield=551&authtypecode=GEOGR_NAME
Possible value for "Select to display or not"/hidden are -5 and 0, so "Show all" is displayed. Save without modifying anything: hidden is now '0'
Moved this to a new report: bug 20074 -- You are receiving this mail because: You are watching all bug changes.