[Koha-bugs] [Bug 15812] Checkout search with too many results (single character search) causes poor performance or timeout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 2 12:11:21 CET 2021


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

--- Comment #46 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Comment on attachment 125960
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125960
Bug 15812: (follow-up) Enable click cell to select

Review of attachment 125960:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15812&attachment=125960)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt
@@ +13,4 @@
>              {
>                  [% IF CAN_user_borrowers_edit_borrowers || CAN_user_tools_manage_patron_lists %]
>                  "dt_borrowernumber":
> +                    "<label for='check[% data.borrowernumber | html %]' class='content_hidden'>Select patron</label><input type='checkbox' id='check[% data.borrowernumber | html %]' class='selection' name='borrowernumber' value='[% data.borrowernumber | html %]' />",

This is a bit weird, we are adding a new string "Select patron" that will never
be displayed (but is translatable however).

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


More information about the Koha-bugs mailing list