Bugzilla – Attachment 185508 Details for
Bug 40395
Allow selecting multiple holds in patron detail page to perform actions on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40395: (QA follow-up): Address forbidden pattern QA complaints
Bug-40395-QA-follow-up-Address-forbidden-pattern-Q.patch (text/plain), 1.43 KB, created by
Pedro Amorim
on 2025-08-18 11:37:23 UTC
(
hide
)
Description:
Bug 40395: (QA follow-up): Address forbidden pattern QA complaints
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-08-18 11:37:23 UTC
Size:
1.43 KB
patch
obsolete
>From fac6ae25d1bb0a86ba6a5d6a75bb3daaf5ef4855 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Mon, 18 Aug 2025 11:35:32 +0000 >Subject: [PATCH] Bug 40395: (QA follow-up): Address forbidden pattern QA > complaints > >--- > koha-tmpl/intranet-tmpl/prog/js/holds.js | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js >index 66c54fcd568..6f746a8e109 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/holds.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js >@@ -684,8 +684,8 @@ $(document).ready(function () { > return toggle_suspend(this, inputs); > }); > >- var MSG_SUSPEND_SELECTED = _("Suspend selected (%s)"); >- var MSG_SUSPEND_SELECTED_HOLDS = _("selected holds"); >+ var MSG_SUSPEND_SELECTED = __("Suspend selected (%s)"); >+ var MSG_SUSPEND_SELECTED_HOLDS = __("selected holds"); > $(".suspend_selected_holds").html( > MSG_SUSPEND_SELECTED.format( > $(".holds_table .select_hold:checked").length >@@ -714,8 +714,8 @@ $(document).ready(function () { > return toggle_suspend(this, inputs); > }); > >- var MSG_CANCEL_SELECTED = _("Cancel selected (%s)"); >- var MSG_CANCEL_ALERT = _( >+ var MSG_CANCEL_SELECTED = __("Cancel selected (%s)"); >+ var MSG_CANCEL_ALERT = __( > "This action will cancel <span class='badge bg-danger'>%s</span> hold(s)." > ); > >-- >2.39.5
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 40395
:
184109
|
184110
|
184111
|
184112
|
184113
|
184114
|
184115
|
184116
|
184134
|
184135
|
184136
|
184137
|
184138
|
184139
|
184140
|
184141
|
184398
|
184399
|
184400
|
184401
|
184402
|
184403
|
184404
|
184405
|
184434
|
184435
|
184437
|
184470
|
184471
|
184472
|
184473
|
184474
|
184475
|
184476
|
184477
|
184478
|
184479
|
184765
|
184766
|
184767
|
184768
|
184769
|
184770
|
184771
|
184772
|
184773
|
184774
| 185508 |
185623