[Koha-bugs] [Bug 26576] Subfield descriptions on authority detail view are cut off

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 30 18:00:14 CEST 2020


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 111000
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111000&action=edit
Bug 26576: Subfield descriptions on authority detail view are cut off

This patch corrects the authority detail view on the staff interface so
that subfield descriptions are not longer output as truncated strings.

For instance, before this patch the subfield description for 035$a would
be "System control numbe"

After the patch it should be "System control number."

Based on the assumption that the subfield descriptions were truncated at
some point for readability reasons I've also made some style changes
intended to improve the readability of the page.

To test, apply the patch and go to Authorities.

- Search for and view the details for an authority.
- On the authority detail page, confirm that subfield descriptions are
  shown in full.
- Confirm that the style changes look good and make the data more
  readable.

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


More information about the Koha-bugs mailing list