Bugzilla – Attachment 182317 Details for
Bug 39878
EDIFACT vendor account records sets default port incorrectly for FTP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39878: (follow-up) Update hints for default FTP and SFTP ports
Bug-39878-follow-up-Update-hints-for-default-FTP-a.patch (text/plain), 1.91 KB, created by
David Nind
on 2025-05-12 22:02:48 UTC
(
hide
)
Description:
Bug 39878: (follow-up) Update hints for default FTP and SFTP ports
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-05-12 22:02:48 UTC
Size:
1.91 KB
patch
obsolete
>From f98b4fd857bdf82b53ae86a4a4ea166c60190e37 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Mon, 12 May 2025 21:58:24 +0000 >Subject: [PATCH] Bug 39878: (follow-up) Update hints for default FTP and SFTP > ports > >Hint now covers the default ports for FTP (21) and >SFTP (22), instead of "will default to 22". > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 7c591889cf..351746f521 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 >@@ -156,12 +156,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> >+ <div class="hint">The upload port will default to 22 (for SFTP) or 21 (for FTP) 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> >+ <div class="hint">The download port will default to 22 (for SFTP) or 21 (for FTP) if not set.</div> > </li> > <li> > <label for="download_directory">Download directory: </label> >-- >2.39.5
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 39878
:
182297
|
182316
|
182317
|
182331
|
182332