[Koha-bugs] [Bug 7484] Keeping typed values when searching for authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Nov 24 21:30:01 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7484

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23068|0                           |1
        is obsolete|                            |

--- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 23118
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23118&action=edit
[PASSED QA] Bug 7484 - Keeping typed values when searching for authorities

1) I'm on the "Search authorities" tab. I select an authority type, then change
the active tab. The type change is lost.
2) I'm on a tab and type a search pattern, then change tab, the string is lost.
This behaviour is logical, given the fact that we're using tabs, but it would
be more practical to keep the typed informations when the user changes the
search mode.

This patch add a few JQuery code to synchronise inputs between all tabbed
authorities search forms.

Test plan :
- Go to Authorities home page : cgi-bin/koha/authorities/authorities-home.pl
- In toolbar, "Search main heading" is selected
- Change all inputs : authotity type, operator, term, and sort order
- Click on "Search all headings" tab
=>  Inputs are the same has previous tab
- Click on "Keyword search" tab
=>  Inputs are the same has previous tab

Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
Amended patch: Explicitly declare 2 new variables used.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
Passes all tests and QA script.
Works as described, Firebug doesn't show any problems with
the Javascript.
Could be useful for other tabbed searches like the start page
as well.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list