[Bug 42436] New: Some system preferences should be read-only
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42436 Bug ID: 42436 Summary: Some system preferences should be read-only Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org There are certain system preferences like Version which should be read-only (at least in the web UI). Well, technically the input should probably be "disabled" rather than "readonly", but the effect is that web users can see the preference but not change it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42436 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=34000 CC| |jonathan.druart@gmail.com --- Comment #1 from David Cook <dcook@prosentient.com.au> --- To do this, I suppose we'd need a database column, a change to .pref handling, and then a UI change to add the disabled attribute if the "readonly" column is set for a syspref. In theory it should apply to both .pref sysprefs and local sysprefs, although I suppose you could always delete a local syspref. Perhaps we should move "Version" into the .pref files finally as well... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42436 --- Comment #2 from David Cook <dcook@prosentient.com.au> --- Then again... we could do this using a configuration file. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org