[Koha-bugs] [Bug 23562] Only one authorities search in header

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 9 12:31:06 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23562

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

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

--- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 100339
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=100339&action=edit
Bug 23562: Only one authorities search in header

In authorities module, header contains 4 authorities search, from "main heading
$a" to "entire record".
This is more a search option than really different searches.
I propose to merge them into only one with a select for where to search.
This allow to always keep current search options.

This patch also adds title arguemnt on comboboxes to say what the represent.
Also changes submit button text with "Search" like in many places.

Since there is a new combobox, a CSS rule need to be added to have an input
text of 20em instead of 30em.

Test plan :
1) Go to Authorities module
2) Choose a value different from fist in all comboboxes of header
3) Enter a text in input
4) Click on submit
5) Check that all values and text are kept
6) Perform search with each value of "Where" combobox and check results are OK

Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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


More information about the Koha-bugs mailing list