Bugzilla – Attachment 167753 Details for
Bug 36767
Add a hint to the EDI account form that the SFTP/FTP port will fallback to port 22 if not defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36767: Add a hint to show the new default of 22
Bug-36767-Add-a-hint-to-show-the-new-default-of-22.patch (text/plain), 2.18 KB, created by
Emily Lamancusa (emlam)
on 2024-06-14 17:30:13 UTC
(
hide
)
Description:
Bug 36767: Add a hint to show the new default of 22
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-06-14 17:30:13 UTC
Size:
2.18 KB
patch
obsolete
>From cfdfa9fbb6550d452890e4d7ff599499eb8310bb Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 14 Jun 2024 16:12:25 +0000 >Subject: [PATCH] Bug 36767: Add a hint to show the new default of 22 > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > admin/edi_accounts.pl | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/admin/edi_accounts.pl b/admin/edi_accounts.pl >index c83c25a27c..80c2a28ef7 100755 >--- a/admin/edi_accounts.pl >+++ b/admin/edi_accounts.pl >@@ -79,7 +79,7 @@ else { > host => scalar $input->param('host'), > username => scalar $input->param('username'), > password => $password, >- upload_port => scalar $input->param('upload_port') || 22, >+ upload_port => scalar $input->param('upload_port') || 22, > download_port => scalar $input->param('download_port') || 22, > vendor_id => scalar $input->param('vendor_id'), > upload_directory => scalar $input->param('upload_directory'), >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >index 1c3e87e1a2..356a51cd72 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >@@ -163,10 +163,12 @@ > <li> > <label for="upload_port">Upload port: </label> > <input type="text" name="upload_port" id="upload_port" size="20" maxlength="40" value="[% account.upload_port | html %]" /> >+ <div class="hint">The upload port will default to 22 if not set.</div> > </li> > <li> > <label for="download_port">Download port: </label> > <input type="text" name="download_port" id="download_port" size="20" maxlength="40" value="[% account.download_port | html %]" /> >+ <div class="hint">The download port will default to 22 if not set.</div> > </li> > <li> > <label for="download_directory">Download directory: </label> >-- >2.34.1
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 36767
:
167749
|
167750
|
167752
| 167753