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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/