[Koha-bugs] [Bug 27738] Set fallback for unset DefaultCountryField008 to |||, "no attempt to code"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Feb 21 19:56:08 CET 2021


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

--- Comment #1 from Phil Ringnalda <phil at chetcolibrary.org> ---
Created attachment 117126
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117126&action=edit
Bug 27738: Set fallback for unset DefaultCountryField008 to |||, "no attempt to
code"

Current code intended to set a fallback of xxu, an unknown state in the US,
but because the preference is always defined, just sometimes unset, it
actually falls back to three spaces, an invalid value. This patch instead
uses the fallback value ||| which means no attempt to code.

Test plan:
1. Without the patch, verify that the value of the system preference
DefaultCountryField008 is empty.
2. Cataloging - New record - Default framework (if you have the Advanced
editor enabled, Settings - Switch to basic editor, this only applies to the
basic editor)
3. On tab 0, click in the text input for field 008 which fills in default
values, then click the Tag editor button at the end of the field
4. In the popup window, verify that the value for 15-17 is shown as ###
indicating three spaces
5. Apply patch, repeat the steps above, verify that the value is now |||

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


More information about the Koha-bugs mailing list