From 42ed33fe6116ae422289c674171f5d3fe19d895e Mon Sep 17 00:00:00 2001 From: Amy King Date: Thu, 21 Jan 2021 21:21:24 +0000 Subject: [PATCH] Bug 27471: redirects user to page, link text changed 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 --- 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.11.0