[Koha-bugs] [Bug 19247] Feature release change tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 11 22:08:50 CET 2017


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

--- Comment #9 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Hi Katrin

Sorry for not replying sooner. 

The purpose of display_choices is a way of displaying option values in the
feature Release Change Tool.

I cannot use the YAML files because they are organised by their functionality,
e.g. there is a admin.pref for all administration related system preferences. 

I want to retrieve and display the system preferences by the version they were
added in and so it would require a very complex regular expression to go
through each of the YAML files to find the system preference with a matching
name.

Whereas by having the display_choices values in the database in records
containing the version number I can both retrieve the system preference
information and display information in one go. 

So that was my rationale for the display_choices.

I hope that makes sense :)

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


More information about the Koha-bugs mailing list