From 868774b733146e14dfe710dc1c35dc4fdd9d442f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 1 Jul 2013 23:44:39 +0200 Subject: [PATCH] Bug 4907: 'Organize by' filter in suggestions doesn't reflect selected option When using the 'Organize by' option to change the display of the suggestions, the option is applied, but the pull down always jumps back to the first entry 'Status'. This patch fixes that. To test: - Try out all settings and verify that after the page reloads the selected option is applied to your suggestions and the pull down shows the option you selected. Note: Until bug 10519 is properly fixed the tabs will not show the correct descriptions, but the URL will show you the selected option as parameter: displayby=acceptedby Signed-off-by: Kyle M Hall --- .../prog/en/modules/suggestion/suggestion.tt | 30 ++++++++++++++++--- 1 files changed, 25 insertions(+), 5 deletions(-) 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 c1f54e3..0b4a4ab 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -586,11 +586,31 @@ $(document).ready(function() { calcNewsuggTotal(); });

Filter by: [clear]

-- 1.7.2.5