Bug 4312 - Syspref TagsModeration is set to NULL by default
Summary: Syspref TagsModeration is set to NULL by default
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: PATCH-Sent (DO NOT USE) normal (vote)
Assignee: Nicole C. Engard
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-09 08:15 UTC by Magnus Enger
Modified: 2012-10-25 22:52 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
patch (2.28 KB, patch)
2010-06-23 13:09 UTC, Nicole C. Engard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.