Bugzilla – Attachment 183449 Details for
Bug 39712
Query parameters break the manual mappings in vue modules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39712: Remove extra '/' from the URL
Bug-39712-Remove-extra--from-the-URL.patch (text/plain), 895 bytes, created by
PTFS Europe Sandboxes
on 2025-06-24 12:26:41 UTC
(
hide
)
Description:
Bug 39712: Remove extra '/' from the URL
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2025-06-24 12:26:41 UTC
Size:
895 bytes
patch
obsolete
>From f7e5084c9b90bd2cb2174fb939ca4f2702664fe4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 24 Jun 2025 12:29:23 +0200 >Subject: [PATCH] Bug 39712: Remove extra '/' from the URL > >Signed-off-by: Aude Charillon <aude.charillon@openfifth.co.uk> >--- > Koha/Manual.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Manual.pm b/Koha/Manual.pm >index b96ca1012d..897fec654d 100644 >--- a/Koha/Manual.pm >+++ b/Koha/Manual.pm >@@ -33,7 +33,7 @@ sub _get_base_url { > $KohaManualBaseURL = C4::Context->preference('staffClientBaseURL') . $KohaManualBaseURL; > } > return >- $KohaManualBaseURL . '/' >+ ( $KohaManualBaseURL =~ s#/$##r ) . '/' > . _get_help_version . '/' > . $KohaManualLanguage > . '/html'; # TODO html could be a KohaManualFormat with pdf, html, epub >-- >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 39712
:
183437
|
183438
|
183439
|
183440
|
183441
|
183447
|
183448
| 183449 |
183450
|
183451