Bugzilla – Attachment 130474 Details for
Bug 16258
Add a preference to turn EDIFACT off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16258: (QA follow-up) Don't set to off for existing install, they may be using EDI
Bug-16258-QA-follow-up-Dont-set-to-off-for-existin.patch (text/plain), 1.02 KB, created by
Kyle M Hall (khall)
on 2022-02-10 19:36:12 UTC
(
hide
)
Description:
Bug 16258: (QA follow-up) Don't set to off for existing install, they may be using EDI
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-02-10 19:36:12 UTC
Size:
1.02 KB
patch
obsolete
>From 4fda66ae6f13f61837eb16e422a349f6f71a5f1f Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Thu, 10 Feb 2022 14:21:33 -0500 >Subject: [PATCH] Bug 16258: (QA follow-up) Don't set to off for existing > install, they may be using EDI > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > installer/data/mysql/atomicupdate/bug_16258.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_16258.pl b/installer/data/mysql/atomicupdate/bug_16258.pl >index 521b1ef2cf..19e74139fa 100755 >--- a/installer/data/mysql/atomicupdate/bug_16258.pl >+++ b/installer/data/mysql/atomicupdate/bug_16258.pl >@@ -9,7 +9,7 @@ return { > > $dbh->do(q{ > INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >- ('Edifact', '0', NULL, 'Enables edifact acquisitions functions', 'YesNo') >+ ('Edifact', '1', NULL, 'Enables edifact acquisitions functions', 'YesNo') > }); > }, > }; >-- >2.30.2
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 16258
:
51185
|
51228
|
54539
|
54567
|
130451
|
130453
|
130454
|
130455
|
130470
|
130471
|
130472
|
130473
|
130474
|
130475
|
130833
|
130834
|
130835
|
130836
|
130837
|
130838
|
130839
|
130840
|
130841
|
130842
|
130952
|
130980
|
130981
|
130982
|
130983
|
130984
|
130985
|
130986
|
130987
|
130988
|
130989
|
130990
|
132391
|
132392
|
132393
|
132394
|
132395
|
132396
|
132397
|
132398
|
132399
|
132400
|
132401
|
132402