Bugzilla – Attachment 112969 Details for
Bug 26908
EDI vendor accounts edit no longer allows plugins to be selected for an account
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26908: Restore ability to view and select EDI plugins for a vendor account
Bug-26908-Restore-ability-to-view-and-select-EDI-p.patch (text/plain), 941 bytes, created by
David Nind
on 2020-11-04 00:54:53 UTC
(
hide
)
Description:
Bug 26908: Restore ability to view and select EDI plugins for a vendor account
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-11-04 00:54:53 UTC
Size:
941 bytes
patch
obsolete
>From d7822da09c468141efec71011586f653666f7c18 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 3 Nov 2020 08:31:39 -0500 >Subject: [PATCH] Bug 26908: Restore ability to view and select EDI plugins for > a vendor account > >Test Plan: >1) Install an EDI plugin >2) Browse to edi_accounts.pl, create or edit an account >3) Note the plugins pulldown is missing >4) Apply this patch >5) Restart all the things! >6) Reload the page >7) Note the pulldown is back! > >Signed-off-by: David Nind <david@davidnind.com> >--- > admin/edi_accounts.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/admin/edi_accounts.pl b/admin/edi_accounts.pl >index 288fec519c..202c340efe 100755 >--- a/admin/edi_accounts.pl >+++ b/admin/edi_accounts.pl >@@ -116,6 +116,7 @@ else { > } > > $template->param( >+ plugins_enabled => C4::Context->config("enable_plugins"), > code_qualifiers => [ > { > code => '14', >-- >2.11.0
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 26908
:
112919
|
112969
|
113096
|
113097