Koha/koha-tmpl/intranet-tmpl/prog/en/modules/circ
Owen Leonard ac35ef7385 Bug 16785: Remove Autocomplete from overdues report filter
This patch removes code and markup related to an autocomplete input
field in the overdues report filter. The autocomplete was intended
to enable easy entry of patron attributes, but it's simpler to use a
Select2-styled <select>

The patch removes circ/ypattrodue-attr-search-authvalue.pl, which was
only used on this page and is now obsolete.

To test, apply the patch and create at least one patron attribute type
which is linked to an authorized value:

 - Administration -> Authorized values -> New category
   - Create a new category to test with
   - Add multiple authorized values under this category
 - Administration -> Patron attribute types -> New patron attribute
   type.
   - Create an attribute which is linked to the authorized value
     category you created AND which is marked "Searchable."
 - Go to Circulation -> Overdues.
   - In the sidebar filter you should see your patron attribute as an
     option, styled as a Select2 dropdown.
   - Clicking the dropdown should trigger a list of the authorized
     values you created above.
   - Test that the search field at the top of the list works correctly
     to filter the results.
   - Test that any repeatable attribute field can be cloned by clicking
     the "Add" link, and that cloned fields can be removed using the
     "Delete" links.
   - Test that cloned fields remain in place after submitting the fitler
     form, and that any selected entry in a Select2 widget is
     preselected.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-05-20 08:43:27 +02:00
..
article-requests.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
bookcount.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
branchoverdues.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
branchtransfers.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
checkout-notes.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
circulation-home.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
circulation.tt Bug 27924: Display number of holds awaiting pickup on check out screens 2021-04-23 10:31:39 +02:00
circulation_batch_checkouts.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
offline-mf.tt Bug 23803: (follow-up) Remove additional references and file 2019-10-11 14:35:17 +01:00
offline.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
on-site_checkouts.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
overdue.tt Bug 16785: Remove Autocomplete from overdues report filter 2021-05-20 08:43:27 +02:00
pendingreserves.tt Bug 27790: (QA follow-up) Fix offsets due to new columns 2021-04-27 16:23:49 +02:00
printslip.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
renew.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
request-article.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
reserveratios.tt Bug 25760: (bug 15422 follow-up) Display record with hold ratio greater than or equal to the value entered 2021-05-10 15:46:55 +02:00
returns.tt Bug 28148: Remove 'print' class from 'Print transfer slip' when transfer exists 2021-04-28 11:16:14 +02:00
set-library.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
transfers_to_send.tt Bug 26703: (follow-up) fixed some page titles in files 2021-04-22 09:09:28 +02:00
transferstoreceive.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
view_holdsqueue.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00
waitingreserves.tt Bug 26703: circ folder 2021-04-21 11:16:34 +02:00