Bugzilla – Attachment 52536 Details for
Bug 16736
Keep library filter when changing suggestion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 16736 - Keep branch filter when changing suggestion
PASSED-QA-Bug-16736---Keep-branch-filter-when-chan.patch (text/plain), 1.65 KB, created by
Katrin Fischer
on 2016-06-19 11:40:07 UTC
(
hide
)
Description:
[PASSED QA] Bug 16736 - Keep branch filter when changing suggestion
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-06-19 11:40:07 UTC
Size:
1.65 KB
patch
obsolete
>From b152b805f8af01b4103dd72358a76865639a668a Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 14 Jun 2016 17:05:58 +0200 >Subject: [PATCH] [PASSED QA] Bug 16736 - Keep branch filter when changing > suggestion >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >When changing suggestion, the selected tab is kept. >The same should be done with the selected branch. > >Test plan: >- Go to suggestions table : /cgi-bin/koha/suggestion/suggestion.pl >- Select a branch in Acquisition information > For >- Select a pending suggestion >- Change status as accepted >- Click on Submit >=> without patch, the table is no longer filtered by branch >=> with patch, the table is filtered by branch > >Works as expected. >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index fd4f474..cbe3e44 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -637,7 +637,7 @@ h4.local_collapse a { font-size : 80%; text-decoration: none; } fieldset.brief o > </div> > </div> > >- >+ <input type="hidden" name="branchcode" value="[% branchfilter %]" /> > <input type="hidden" name="tabcode" value="[% suggestion.suggestiontype %]" /> > <input type="hidden" name="op" value="change" /> > </fieldset> >-- >1.9.1
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 16736
:
52381
|
52395
| 52536