https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20074
Bug ID: 20074
Summary: Auth_subfield_structure changes hidden attribute
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5 - low
Component: MARC Authority data support
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
>From bug 18811 comment40:
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'.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/