[Koha-bugs] [Bug 14135] Local Use syspref addition form missing variable type 'Free'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 26 00:28:07 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14135

--- Comment #19 from Indranil Das Gupta <indradg at gmail.com> ---
(In reply to Marcel de Rooy from comment #17)
> (In reply to Indranil Das Gupta from comment #14)
> > (In reply to comment #11, comment #12 and comment #13)
<snipped>
> > 3/ have the types read off (perhaps) a yaml file. less hardcoding, more
> > manageable.
> > 
> > I've the patch ready for that. what say you?
> 
> Indranil: Do not keep your patches there, submit them :)
> I agree with Katrin about point 3.

Ok! so I'm in a loop here again. Based on 14135, we have the following list -
'Free', 'Choice', 'YesNo', 'Integer', 'Textarea', 'Float', 'Themes',
'Languages', 'Upload' and 'ClassSources'

On a hunch, I decided to fire `SELECT DISTINCT type FROM systempreferences`.
What is got back was : Choice, YesNo, Free, Textarea, multiple, Integer,
ClassSources, Languages, File, Themes, NULL, short

I can see the 1-to-1 mapping for most of the types,  but not all. Can someone
take a look and comment?

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


More information about the Koha-bugs mailing list