https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35486 --- Comment #2 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 159576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159576&action=edit Bug 35486: When editing an authority show all subfields of the heading field Currently when creating/editing and authority, only mandatory fields are shown. This patch changes to show all subfields for the heading tag. For example in UNIMARC authorities NP show subfields of 200 : $a surname, $b firstname ... For example in MARC21 authorities Personal Name show subfields of 100 This will make cataloguing easier since heading subfields are usually filled. Test plan : 1) Use MARC21 database 2) Create a new authority type 'Personal Name' 3) In section 0 you see for example field 40 showing only mandatory subfield $a 4) Go to section 1 5) You see all subfields of field 100 because it is the heading -- You are receiving this mail because: You are watching all bug changes.