Bug 16698

Summary: Preferences like UpdateItemLocationOnCheckin need a GUI editor
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: System AdministrationAssignee: Nick Clemens (kidclamp) <nick>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle, oleonard
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21502
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38387
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 14576    
Bug Blocks:    

Description Nick Clemens (kidclamp) 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.