[Koha-bugs] [Bug 32474] Implement infinite scroll in vue-select

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 29 14:05:16 CET 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #68 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Found a bug.

I have 500 licenses:

use t::lib::TestBuilder;
my $b = t::lib::TestBuilder->new;
for ( 1 .. 500 ) {
    say $_;
    $b->build_object({ class => 'Koha::ERM::Licenses', value => {name =>
"License $_"}});
}

Add a new agreement form: /cgi-bin/koha/erm/agreements/add

In the license dropdown, search "license 1"
Select "License 117"

Selected text shows "License 117"
click again the dropdown
=> greyed "117" (the id)

click outside the dropdown
=> Selected text show "117"

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


More information about the Koha-bugs mailing list