24 May
2018
24 May
'18
3:14 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18316 --- Comment #63 from David Gustafsson <glasklas@gmail.com> --- I think root cause of this is that the "Bug 18316: Ability to weight search fields" commit was created from a commit with the line: "type` ENUM('', 'string', 'date', 'number', 'boolean', 'sum', 'isbn', 'stdno') ..." in /data/mysql/kohastructure.sql when in current Koha master the line is: `type` ENUM('', 'string', 'date', 'number', 'boolean', 'sum') This is the reason why: https://github.com/Koha-Community/Koha/commit/cff62796ea9fc227c24fec8f8f3f15... I can rebase the patch. -- You are receiving this mail because: You are watching all bug changes.