https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41422 Bug ID: 41422 Summary: New FilterSearchResultsByLoggedInBranch has I18N issue Initiative type: --- Sponsorship --- status: Product: Koha Version: 24.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Depends on: 37883 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt: $('#toggleitems').text() === 'Show local items only' ? $('#toggleitems').text("Show items in all libraries") : $('#toggleitems').text("Show local items only"); This is problematic for multiple reasons: * Displayed text is not translatable * The check will only work while things are not translatable... Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37883 [Bug 37883] Add a filter for staff search results to filter by library -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.