https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38899 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This restores the sticky release notes| |toolbar when adding a | |vendor in the acquisitions | |module (Acquisitions > + | |New vendor). This is | |related to bug 38010, which | |migrates vendors in the | |acquisitions module to | |using Vue - the sticky menu | |was not included in this. --- Comment #13 from David Nind <david@davidnind.com> --- Testing notes (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. 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. Reset everything (required for an Apache redirect): reset_all 8. Go to add a vendor in the acquisitions module (Acquisitions > + New vendor). 7. Note that as you scroll down the page, the sticky menu in step 5 no longer appears. 8. Apply the patches for this bug (38899). 9. Rebuild things: yarn build 10. Restart everything: restart_all 11. Go to add a vendor in the acquisitions module (Acquisitions > + New vendor). 12. Note that the sticky toolbar is back! -- You are receiving this mail because: You are watching all bug changes.