Bugzilla – Attachment 39591 Details for
Bug 13619
Acq home: ensure 'manage suggestions' goes to pending suggestions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13619: Acq home: ensure 'manage suggestions' goes to pending suggestions
Bug-13619-Acq-home-ensure-manage-suggestions-goes-.patch (text/plain), 1.67 KB, created by
Jonathan Druart
on 2015-05-27 15:20:57 UTC
(
hide
)
Description:
Bug 13619: Acq home: ensure 'manage suggestions' goes to pending suggestions
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-05-27 15:20:57 UTC
Size:
1.67 KB
patch
obsolete
>From 63b74d281a949b897e2cd120f0197490a437e772 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 25 May 2015 09:21:53 +0200 >Subject: [PATCH] Bug 13619: Acq home: ensure 'manage suggestions' goes to > pending suggestions > >The link on the start page of Koha goes to the pending suggestions tab >explicitly. The link on the acquisition start page doesn't do that so >when you have your own status it might show another tab first. >Patch links to be the same and explicitly target the pending tab. > >To test: >- create a new suggestion >- verify link from the acq start page leads to the pending tab >- verify link from the Koha start page does the same > >Signed-off-by: Marjorie <marjorie.barry-vila@ccsr.qc.ca> > >Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >index 3b587de..a83fe0b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt >@@ -124,7 +124,7 @@ $(document).ready(function() { > <div id="acqui_acqui_home_suggestions"> > <fieldset> > <legend>Pending suggestions</legend> >- <p>[% suggestions_count %] suggestions waiting. <a href="/cgi-bin/koha/suggestion/suggestion.pl">Manage suggestions</a>.</p> >+ <p>[% suggestions_count %] suggestions waiting. <a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Manage suggestions</a>.</p> > </fieldset> > </div> > </div> >-- >2.1.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 13619
:
35515
|
39472
|
39542
| 39591