Bugzilla – Attachment 190052 Details for
Bug 41254
The filter for item status in item tables should be improved
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41254: Add '(all)' for top-level entries
88a4aa8.patch (text/plain), 1.76 KB, created by
Jonathan Druart
on 2025-12-01 15:10:29 UTC
(
hide
)
Description:
Bug 41254: Add '(all)' for top-level entries
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-12-01 15:10:29 UTC
Size:
1.76 KB
patch
obsolete
>From 88a4aa8f0a93e42e2ee2203a631e308cebc0fd29 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 1 Dec 2025 16:08:07 +0100 >Subject: [PATCH] Bug 41254: Add '(all)' for top-level entries > >--- > .../html_helpers/tables/items/catalogue_detail.inc | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >index 49a143858bb..e8b97471e9f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >@@ -243,19 +243,19 @@ > checked_out: _("Checked out"), > local_use: _("On-site checkout"), > in_transit: _("In transit"), >- lost: _("Lost"), >+ lost: _("Lost (all)"), > ...Object.fromEntries( > [...av_lost].map(([k, v]) => [`lost-${k}`, `⤷ ${v}`]) > ), >- withdrawn: _("Withdrawn"), >+ withdrawn: _("Withdrawn (all)"), > ...Object.fromEntries( > [...av_withdrawn].map(([k, v]) => [`withdrawn-${k}`, `⤷ ${v}`]) > ), >- damaged:_("Damaged"), >+ damaged:_("Damaged (all)"), > ...Object.fromEntries( > [...av_damaged].map(([k, v]) => [`damaged-${k}`, `⤷ ${v}`]) > ), >- not_for_loan: _("Not for loan"), >+ not_for_loan: _("Not for loan (all)"), > ...Object.fromEntries( > [...av_not_for_loan].map(([k, v]) => [`not_for_loan-${k}`, `⤷ ${v}`]) > ), >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41254
:
189928
|
190051
|
190052
|
190345
|
190346
|
190347
|
190427
|
190428
|
190429