https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37739 Bug ID: 37739 Summary: Can't delete vendors after Bootstrap 5 update Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: david@davidnind.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com After the Bootstrap 5 update (bug 35402) you can no longer delete vendors. To test that deleting a vendor doesn't work after the Bootstrap 5 update: 1. Start up KTD with the latest main. 2. Go to Acquisitions > Manage orders section - select the 'Search' button. 3. Add two or three new vendors: . + New vendor . Name: Vendor 1, 2, 3 and so on 4. List all the vendors: Acquisitions > Manage orders section - select the 'Search' button. 5. Select 'Delete vendor' for any of the newly created vendors. 6. Note that nothing happens. 7. Note that there are no console errors if you use the browser web developer tools. To test that deleting a vendor works before the Bootstrap 5 update: 1. Check out the Koha git repository before the Bootstrap update: git checkout f44d2cccc7 2. Shut down KTD. 3. Start up KTD again. 4. Go to Acquisitions > Manage orders section - select the 'Search' button. 5. Add three or four new vendors: . + New vendor . Name: Vendor 1, 2, 3 and so on 6. List all the vendors: Acquisitions > Manage orders section - select the 'Search' button. 7. Select 'Delete vendor' for any of the newly created vendors. 8. In a pop-up window, you are prompted "Are you sure you want to delete this vendor?". 9. Select 'Yes'. 10. Go to Acquisitions > Manage orders section - select the 'Search' button. 11. The vendor you deleted is no longer listed. (Note: After starting up KTD again on main, I had to do a yarn install, yarn build, and restart_all.) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.