https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39145
--- Comment #28 from David Cook <[email protected]> --- Comment on attachment 186960 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186960 Bug 39145: Add option to transfer only public lists to preference Review of attachment 186960: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=39145&attachment=186960) ----------------------------------------------------------------- ::: installer/data/mysql/mandatory/sysprefs.sql @@ +394,4 @@ > ('LinkerModule','Default','Default|FirstMatch|LastMatch','Chooses which > linker module to use (see documentation).','Choice'), > ('LinkerOptions','','','A pipe-separated list of options for the > linker.','free'), > ('LinkerRelink','1',NULL,'If ON the authority linker will relink headings > that have previously been linked every time it runs.','YesNo'), > +('ListOwnerDesignated', NULL, NULL, 'Designated list owner at patron > deletion', 'Free'), Looks like this is causing errors in Jenkins: "DBD::mysql::st execute failed: Column 'value' cannot be null at /usr/share/perl5/DBIx/RunSQL.pm line 310, <$args{...}> line 1." -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
