http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14247

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m
             Status|Signed Off                  |Failed QA

--- Comment #7 from Jonathan Druart <[email protected]> ---
Martin,
Actually, the atomicupdate file should have been created like:

== installer/data/mysql/atomicupdate/add_news_prefs.sql
-- your comment
INSERT IGNORE INTO systempreferences (variable,type,options,value,explanation)
VALUES('NewsAuthorDisplay','Choice','none|opac|staff|both','none','Display the
author name for news items.');

And that's all.
On this way, it will be executed by the updatedatabase.pl script.
ATM it does not deal with pl scripts.

This is not blocker, the RM will manage to deal with it.

However you have to add the new syspref in the sysprefs file
(installer/data/mysql/sysprefs.sql).

Marked as Failed QA.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to