[Koha-bugs] [Bug 30047] Add a field to auth_header to record main heading as text string

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 19 15:30:03 CET 2024


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

--- Comment #4 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 161210
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=161210&action=edit
Bug 30047: Add new heading field to auth_header table

This patch adds a new heading field containing the display form of the
authority record

NOTE: If trying to save an auhority in the 'DEFAULT' framework, you will get an
error, you should not be
using DEFAULT for authorities and we should remove from the list on another bug

To test:
1 - Apply patches
2 - Update database
3 - Restart all
4 - Create a new authority, save.
5 - Do this for various types
6 - View the db records:
    SELECT * FROM auth_header\G
7 - Note new heading field is populated correctly
8 - Edit your new authorities
9 - Confirm the heading field is updated correctly
10 - Import some authorities and confirm heading generated correctly
11 - Import auth via Z39.50 and confirm heading generated correctly

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


More information about the Koha-bugs mailing list