Bugzilla – Attachment 39856 Details for
Bug 14029
Provide link to clear reports search filters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH FOR TESTING] Bug 14029 Try to clear filter and reload page using a link only (comment #6)
PATCH-FOR-TESTING-Bug-14029-Try-to-clear-filter-an.patch (text/plain), 1.33 KB, created by
Marc Véron
on 2015-06-04 13:57:09 UTC
(
hide
)
Description:
[PATCH FOR TESTING] Bug 14029 Try to clear filter and reload page using a link only (comment #6)
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-06-04 13:57:09 UTC
Size:
1.33 KB
patch
obsolete
>From 88e54cc4621a21fde7ae5f060b9c22f577914ade Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Thu, 4 Jun 2015 15:46:19 +0200 >Subject: [PATCH] [PATCH FOR TESTING] Bug 14029 Try to clear filter and reload > page using a link only (comment #6) > >This patch follows comment #6 for testing a solution without JavaScript. >It adds a link as proposed in comment #6. > >However filter does not change. > >To verify: >Apply this patch only >Got to saved reports >Apply a filter, e.g. 'Test' for Keyword. Table reloads with filtered reports. >Click "Clear" >Result: Page reloads, but filter is still active. >--- > .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index e769af2..2577340 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -1047,6 +1047,7 @@ Sub report:<select name="subreport"> > </fieldset> > <fieldset class="action"><input type="submit" value="Apply filter" /></fieldset> > </form> >+ <a id="resetReportsFilter" href="guided_reports.pl?phase=Use saved">Clear</a> > </div> > [% END %] > >-- >1.7.10.4
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 14029
:
39474
|
39708
|
39736
|
39856
|
39866
|
39868
|
39869
|
39933