Bug 4312

Summary: Syspref TagsModeration is set to NULL by default
Product: Koha Reporter: Magnus Enger <magnus>
Component: System AdministrationAssignee: Nicole C. Engard <nengard>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: PATCH-Sent (DO NOT USE) CC: gmcharlt, nengard
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: patch

Description Chris Cormack 2010-05-21 01:25:41 UTC


---- Reported by magnus@enger.priv.no 2010-03-09 20:15:54 ----

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



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:25 UTC  ---

This bug was previously known as _bug_ 4312 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4312

Actual time not defined. Setting to 0.0
Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.

Comment 1 Nicole C. Engard 2010-06-23 13:09:34 UTC
Created attachment 2262 [details] [review]
patch
Comment 2 Galen Charlton 2010-06-25 00:56:44 UTC
Patch pushed.  Please test and close.