Bugzilla – Attachment 63119 Details for
Bug 16892
Add automatic patron registration via OAuth2 login
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16892: Follow up with adding missing IGNORE
Bug-16892-Follow-up-with-adding-missing-IGNORE.patch (text/plain), 1.42 KB, created by
Nick Clemens (kidclamp)
on 2017-05-04 14:59:19 UTC
(
hide
)
Description:
Bug 16892: Follow up with adding missing IGNORE
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-05-04 14:59:19 UTC
Size:
1.42 KB
patch
obsolete
>From c3f9f167766e0c91763d7c3c6c609c4388a24324 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Tue, 19 Jul 2016 10:48:35 -0400 >Subject: [PATCH] Bug 16892: Follow up with adding missing IGNORE > >Signed-off-by: Eugene Jose Espinoza <eugenegf@yahoo.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../mysql/atomicupdate/bug_16892_AutomaticPatronSystemPreferences.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_16892_AutomaticPatronSystemPreferences.sql b/installer/data/mysql/atomicupdate/bug_16892_AutomaticPatronSystemPreferences.sql >index 229a8c9..637ef43 100644 >--- a/installer/data/mysql/atomicupdate/bug_16892_AutomaticPatronSystemPreferences.sql >+++ b/installer/data/mysql/atomicupdate/bug_16892_AutomaticPatronSystemPreferences.sql >@@ -1,4 +1,4 @@ >-INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >+INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES > ('GoogleOpenIDConnectAutoRegister', '0',NULL,' Google OpenID Connect logins to auto-register patrons.','YesNo'), > ('GoogleOpenIDConnectDefaultCategory','','','This category code will be used to create Google OpenID Connect patrons.','Textarea'), > ('GoogleOpenIDConnectDefaultBranch', '','','This branch code will be used to create Google OpenID Connect patrons.','Textarea'); >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16892
:
53257
|
53485
|
53488
|
56081
|
57111
|
57112
|
57113
|
58373
|
58374
|
58375
|
61800
|
61801
|
61802
|
61803
|
61804
|
61886
|
61887
|
61888
|
61889
|
63117
|
63118
| 63119 |
63120
|
65316