http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14707 Bug ID: 14707 Summary: Change UsageStatsCountry and UsageStatsLibraryType from free text to a dropdown list Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: trivial Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: julian.fiol@biblibre.com Reporter: julian.fiol@biblibre.com QA Contact: testopia@bugs.koha-community.org This patch avoid issues with Hea. With Bug 14608 we add UsageStatsCountry and UsageStatsLibraryType in the stats for Hea (http://hea.koha-community.org/). But if this 2 syspref are free text, we could have some syntax issues. (ex : US / United States / USA will be count in 3 different country) This patch is supposed to normalize the country and type possibilities. The default choice for UsageStatsLibraryType and UsageStatsCountry is 'empty' Test Plan --------- 1. Create a new Koha install 2. Go to the 'Administration' page 3. Go to 'Global system preferences' 4. Go to 'Administration' 5. At the end of this page you should see a dropdown menu for - UsageStatsCountry with all countries - UsageStatsLibraryType with all type of library They both should be empty by default. -- You are receiving this mail because: You are watching all bug changes.