http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14135 --- Comment #19 from Indranil Das Gupta <indradg@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.