https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41745 Bug ID: 41745 Summary: syspref's types need cleaning Initiative type: --- Sponsorship --- status: Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart@gmail.com Reporter: jonathan.druart@gmail.com QA Contact: testopia@bugs.koha-community.org Depends on: 41682 Clean 'type' and make it an ENUM
select distinct type from systempreferences; +-------------------+ | type | +-------------------+ | textarea | | Free | | YesNo | | Choice | | Integer | | | | multiple | | ill-backends | | ClassSources | | NULL | | File | | multiple_sortable | | Themes | | Languages | | Short | +-------------------+
NULL, File, Short and empty string are not valid types. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41682 [Bug 41682] Syspref discrepancies between new and upgraded installs -- You are receiving this mail because: You are watching all bug changes.