[Koha-bugs] [Bug 28166] optionally add marc fields to authority search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 25 17:48:28 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28166

Mark Hofstetter <koha at trust-box.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #120154|0                           |1
        is obsolete|                            |

--- Comment #5 from Mark Hofstetter <koha at trust-box.at> ---
Created attachment 120155
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=120155&action=edit
Bug 28166: optionally add marc fields to authority search

this patch creates a new syspref: AdditionalFieldsInZ3950AuthResultSearch,
analogous to AdditionalFieldsInZ3950ResultSearch

if this syspref is populated with with comma separated marc fields (eg '100,
400') those fields are displayed in in the z3950_auth_search

C4/Breeding.pm was slightly modified to be able to use
"_add_custom_field_rowdata" to add the additonal fields

koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt was
modified to display the "Addtional fields" conditionally

testing:
- add set values to AdditionalFieldsInZ3950AuthResultSearch the should show up
in the auth_search
- AdditionalFieldsInZ3950ResultSearch should also be tested as it is also
concerned

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list