https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38010
--- Comment #279 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #278) > QA review > 2. I had the feeling there was something wrong in > Koha::Acq::Bookseller::to_api, I think it causes this bug: > Edit a vendor, add 2 interfaces, `select * from aqbookseller_interfaces` > Edit again, don't change anything, save, select again > > MariaDB [koha_kohadev]> select interface_id, vendor_id, password from > aqbookseller_interfaces\G > *************************** 1. row *************************** > interface_id: 8 > vendor_id: 2 > password: > 53616c7465645f5fb2f929cb1abe15d15f9a6c54e9b38977a8055ece428f2c75 > *************************** 2. row *************************** > interface_id: 9 > vendor_id: 2 > password: > 53616c7465645f5f2919e4566b6dacdaf29690ff2193f006bd55e843cb6ee0ae > 2 rows in set (0.001 sec) > > MariaDB [koha_kohadev]> select interface_id, vendor_id, password from > aqbookseller_interfaces\G > *************************** 1. row *************************** > interface_id: 10 > vendor_id: 2 > password: > 53616c7465645f5f0b3f2ebce9124cd14317d4fe111dd0aeedaf9532460e9e43 > *************************** 2. row *************************** > interface_id: 11 > vendor_id: 2 > password: > 53616c7465645f5ffd9ed9b565602e77db7510110fde8cfb43af971d46aefa3f > > No changes expected, we should not add another id. Hum, retested this on main and it's the current behaviour, not blocker! -- 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/
