Bugzilla – Attachment 189000 Details for
Bug 40552
Allow selecting all holds from a group
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40552: (RM follow-up) Fix forbidden pattern complaint
Bug-40552-RM-follow-up-Fix-forbidden-pattern-compl.patch (text/plain), 1014 bytes, created by
Lucas Gass (lukeg)
on 2025-11-03 21:09:12 UTC
(
hide
)
Description:
Bug 40552: (RM follow-up) Fix forbidden pattern complaint
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-11-03 21:09:12 UTC
Size:
1014 bytes
patch
obsolete
>From aee7c10b7703af241698ddb807816cb9f6407d39 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 3 Nov 2025 21:08:18 +0000 >Subject: [PATCH] Bug 40552: (RM follow-up) Fix forbidden pattern complaint > >--- > koha-tmpl/intranet-tmpl/prog/js/hold-group.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/hold-group.js b/koha-tmpl/intranet-tmpl/prog/js/hold-group.js >index 60320ae22ab..8d68da58404 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/hold-group.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/hold-group.js >@@ -32,7 +32,7 @@ $(document).ready(function () { > button.className = "btn btn-primary"; > button.id = "select-group-holds"; > button.dataset.bsDismiss = "modal"; >- button.innerHTML = _("Select group holds"); >+ button.innerHTML = __("Select group holds"); > if (!$("#select-group-holds").length) { > $("#hold-group-modal .modal-footer").prepend(button); > } >-- >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 40552
:
184866
|
184867
|
185142
|
185143
|
185144
|
185145
|
185146
|
185147
|
185148
|
187015
|
187016
| 189000