https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32474 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #68 from Jonathan Druart <jonathan.druart+koha@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.