Bugzilla – Attachment 194037 Details for
Bug 40504
ILL requests should have ability to assign staff to manage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40504: (QA follow-up): Prevent exiting without considering managed_by
31b549e.patch (text/plain), 1.04 KB, created by
Lisette Scheer
on 2026-02-26 18:07:23 UTC
(
hide
)
Description:
Bug 40504: (QA follow-up): Prevent exiting without considering managed_by
Filename:
MIME Type:
Creator:
Lisette Scheer
Created:
2026-02-26 18:07:23 UTC
Size:
1.04 KB
patch
obsolete
>From 31b549e8f92364f86ee478046c13d50f403625d0 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Tue, 27 Jan 2026 11:59:24 +0000 >Subject: [PATCH] Bug 40504: (QA follow-up): Prevent exiting without > considering managed_by > >Signed-off-by: Lisette Scheer <lisette@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >index e3d6a345cb9..16b0fdb7481 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >@@ -166,7 +166,7 @@ $(document).ready(function () { > let status_sub_or = []; > let subquery_and = []; > >- if (!patron && !status && !status_alias) return ""; >+ if (!patron && !managed_by && !status && !status_alias) return ""; > > if (patron) { > let patronquery = buildPatronSearchQuery(patron, { >-- >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 40504
:
187906
|
187907
|
187908
|
187909
|
187910
|
187911
|
187912
|
187913
|
187914
|
187915
|
188365
|
188563
|
188565
|
188566
|
188567
|
188568
|
188569
|
188570
|
188571
|
188572
|
188573
|
188574
|
188624
|
188625
|
188935
|
188936
|
191196
|
191197
|
191198
|
191199
|
191200
|
191201
|
191202
|
191203
|
191204
|
191205
|
191206
|
192094
|
193186
|
193187
|
193188
|
193189
|
193190
|
193191
|
193192
|
193193
|
193194
|
193195
|
193196
|
193197
|
194023
|
194024
|
194026
|
194027
|
194028
|
194029
|
194030
|
194031
|
194032
|
194033
|
194034
|
194035
|
194036
| 194037 |
194038