From bcb90f92f236a39c035a9427ceefeedc0749713f Mon Sep 17 00:00:00 2001 From: Eric Garcia Date: Wed, 3 Jul 2024 18:48:29 +0000 Subject: [PATCH] Bug 36821: Changed Authority Type text limit for librarians and OPAC to match database To test: 1. Administration -> Authority Types 2. Select Genre -> Actions -> MARC Structure 3. Search or find tag 090 -> Actions -> Edit 4. Don't make any edits just hit submit 5. See the error: Please enter no more than 100 characters 6. Apply patch 7. Repeat steps 1-4 8. Notice error is gone and you can enter up to 255 characters to match database Extra Credit: 1. Administration -> Authority Types 2. Select Genre -> Actions -> MARC Structure 3. Search or find tag 090 -> Actions -> Subfields 4. Choose any subfield -> Edit 5. Write a description for staff interface or OPAC 6. Notice you enter up to 255 characters to match database Please enter the commit message for your changes. Lines starting Signed-off-by: Lucas Gass Signed-off-by: Katrin Fischer --- .../prog/en/modules/admin/auth_subfields_structure.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt index 6827187a5c..e4af43dd9a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt @@ -158,8 +158,8 @@ [% END %] -
  • -
  • +
  • +
  • -
  • +
  • +
  • [% IF ( repeatable ) %] -- 2.39.5