https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32474
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #68 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
