https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38899 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |no-sandbox CC| |david@davidnind.com --- Comment #8 from David Nind <david@davidnind.com> --- What is required to make this work so I can test it? At the moment, after applying bug 38010 and doing a yarn build, restart_all, and using a browser with the cache cleared, I get a 404 page not found when going to Acquisitions > +New vendor. It might be obvious if you are a Vue developer what is required, but not to me 8-). Testing notes so far (using KTD): 1. This bug is related to bug 38010 - migrating vendors in the acquisitions module to using Vue. 2. Before bug 38010, the toolbar when adding a vendor (Acquisitions > + New vendor) was sticky. 3. After bug 38010, the toolbar is no longer sticky, as there is no sticky component/code in the Koha Vue code - this bug adds that. (My understanding so far.) 4. Before applying any patches, go to add a vendor in the acquisitions module (Acquisitions > + New vendor). 5. Note that as you scroll down the page, a sticky menu appears. 6. Apply the patches (and dependencies) for bug 38010. 7. Rebuild things: yarn build 8. Restart everything: restart_all -- You are receiving this mail because: You are watching all bug changes.