From 75903816c7c5e69281c54f222f6c8206f3f5afec Mon Sep 17 00:00:00 2001 From: Amy King 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 Signed-off-by: Kyle M Hall --- 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 ) %] - -

The merging was successful. Click here to see the merged record.

+

The merging was successful. View the merged record.

[% ELSIF ( choosereference ) %] -- 2.24.1 (Apple Git-126)