https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41976 Bug ID: 41976 Summary: [Vue] LinkWrapper.vue isn't scoped properly Initiative type: --- Sponsorship --- status: Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: jake.deery@openfifth.co.uk QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com When using LinkWrapper in a context that is prone towards reuse, you can end up with one link modifying another. For example, when used in a relationshipWidget, you can end up with search parameters being appended to search parameters being appended to search parameters, etc. We think the solution to copy the props to a reference, and make any alterations to said reference. If this works, we will post a patch shortly. Ta, Jake -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.