[Koha-bugs] [Bug 20930] Validate and cache parsed YAML/JSON type system preferences

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jan 4 21:49:29 CET 2020


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

--- Comment #26 from Michal Denar <black23 at gmail.com> ---
Created attachment 96819
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96819&action=edit
Bug 20930: Display human readable errors in preferences page

Displays human readable error when YAML/JSON preference has invalid syntax.

If multiple preferences are modified at the same time, notifies librarian of
the
preferences that were saved and the ones that had errors.

To test:
1. Apply patches
2. Write invalid YAML syntax to OpacHiddenItems system preference
3. Observe "Error; Preference OpacHiddenItems has invalid syntax" error
   You should also receive a hint on line and column numbers of where
   the error occured.
4. Write valid YAML syntax to OpacHiddenItems system preference
5. Observe "Saved preference OpacHiddenItems" message
6. Test steps 2-5 for both single preference modification and together
   with other system preferences.

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

Signed-off-by: Michal Denar <black23 at gmail.com>

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


More information about the Koha-bugs mailing list