[Koha-bugs] [Bug 23111] Setting a custom framework as the default for cataloguing is not possible

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 30 21:06:08 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23111

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bgkriegel at gmail.com

--- Comment #21 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Hi, 
no problem searching, test pass, works.

qa-tools complains
 FAIL   installer/data/mysql/kohastructure.sql
   OK     boolean_vs_tinyint
   OK     charset_collate
   OK     git manipulation
   FAIL   tinyint_has_boolean_flag
                The new column biblio_framework.is_default is using TINYINT(1)
as type but is not defined as boolean in the schema file
(Koha/Schema/Result/BiblioFramework.pm), see the SQL12 coding guideline

Why not use an smallint/int type?
Seems like a false positive to me.

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


More information about the Koha-bugs mailing list