Bug 16698 - Preferences like UpdateItemLocationOnCheckin need a GUI editor
Summary: Preferences like UpdateItemLocationOnCheckin need a GUI editor
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Nick Clemens
QA Contact: Testopia
URL:
Keywords:
Depends on: 14576
Blocks:
  Show dependency treegraph
 
Reported: 2016-06-09 13:30 UTC by Nick Clemens
Modified: 2023-09-09 21:00 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens 2016-06-09 13:30:08 UTC
Bug 14576 adds a new syspref that accepts YAML for determining how the rules are applied.

While there are other prefs accepting values in the same way, we should not expect users to understand YAML text formatting and should offer an easier option for entering the data

We should decide on a best practice here for adding these guis.  One option is to add pages on admin, however, I think this could get overwhelming the more sysprefs that use this method.

I would propose adding a popup editor that will allow for easy entry, this editor will populate the syspref value so that advanced users can still access directly.

Welcome to hear other thoughts, will proceed as proposed until then.