Bugzilla – Attachment 115678 Details for
Bug 27471
Improve link text when successfully merging authorities and remove JS redirect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27471: Change auth merge success link text and don't redirect
Bug-27471-Change-auth-merge-success-link-text-and-.patch (text/plain), 1.62 KB, created by
Kyle M Hall (khall)
on 2021-01-22 11:47:41 UTC
(
hide
)
Description:
Bug 27471: Change auth merge success link text and don't redirect
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-01-22 11:47:41 UTC
Size:
1.62 KB
patch
obsolete
>From 75903816c7c5e69281c54f222f6c8206f3f5afec Mon Sep 17 00:00:00 2001 >From: Amy King <amyking386@gmail.com> >Date: Thu, 21 Jan 2021 21:21:24 +0000 >Subject: [PATCH] Bug 27471: Change auth merge success link text and don't > redirect > >Test Plan: >1. Follow the steps above to reproduce >2. Notice how there is no message telling the user that the merge was >successsful >3. Apply patch >4. Repeat step 1 >5. Now notice how the user is redirected to a page with a message that >says that the merge was successful, and there is a link with helpful >text to view the merged record > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >index e102527c13..4457724be4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >@@ -46,8 +46,7 @@ div#result { margin-top: 1em; } > > [% ELSIF ( result ) %] > >- <script>window.location.href="/cgi-bin/koha/authorities/detail.pl?authid=[% recordid1 | html %]";</script> >- <p>The merging was successful. <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% recordid1 | uri %]">Click here to see the merged record.</a></p> >+ <p>The merging was successful. <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% recordid1 | uri %]">View the merged record.</a></p> > > [% ELSIF ( choosereference ) %] > >-- >2.24.1 (Apple Git-126)
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 27471
:
115399
|
115457
|
115480
|
115622
|
115639
| 115678