[Koha-bugs] [Bug 4312] New: Syspref TagsModeration is set to NULL by default

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Tue Mar 9 21:15:55 CET 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4312

           Summary: Syspref TagsModeration is set to NULL by default
           Product: Koha
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: System Administration
        AssignedTo: paul.poulain at biblibre.com
        ReportedBy: magnus at enger.priv.no
   Estimated Hours: 0.0
 Change sponsored?: ---


In installer/data/mysql/en/mandatory/sysprefs.sql, TagsModeration is set to
NULL by default, even though the type is YesNo: 

INSERT INTO `systempreferences` (variable,value,options,explanation,type)
VALUES
('TagsModeration',  NULL,'','Require tags from patrons to be approved before
becoming visible.','YesNo'),

http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=blob;f=installer/data/mysql/en/mandatory/sysprefs.sql;hb=HEAD#l209


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list