Bugzilla – Attachment 182332 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.98 KB, created by
Martin Renvoize (ashimema)
on 2025-05-13 06:39:39 UTC
(
hide
)
Description:
Bug 39878: (follow-up) Update hints for default FTP and SFTP ports
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-05-13 06:39:39 UTC
Size:
1.98 KB
patch
obsolete
>From 14cfc6fe4c9148ede23c085b94dc5842ca287e1c 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> >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > 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 7c591889cfa..351746f5211 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.49.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 39878
:
182297
|
182316
|
182317
|
182331
| 182332