Bugzilla – Attachment 180998 Details for
Bug 39624
Add an "All" patron category option for the "Default open article requests limit" circulation rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39624: (follow-up) Fix deleting the All line
Bug-39624-follow-up-Fix-deleting-the-All-line.patch (text/plain), 1.54 KB, created by
Brendan Gallagher
on 2025-04-15 22:36:21 UTC
(
hide
)
Description:
Bug 39624: (follow-up) Fix deleting the All line
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2025-04-15 22:36:21 UTC
Size:
1.54 KB
patch
obsolete
>From c22b84af974a5365950bcc21bbab6a97c11c1195 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 15 Apr 2025 13:27:23 +0000 >Subject: [PATCH] Bug 39624: (follow-up) Fix deleting the All line > >Test plan: >Add a line for All categories. >Delete it again. Check when refreshing the page. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index 169b6defd4..95819d1d2f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -1003,7 +1003,7 @@ > </td> > > <td class="actions"> >- <a href="#" class="del-open-article-requests-limit btn btn-default btn-xs" data-categorycode="[% c | html %]" data-branch="[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> >+ <a href="#" class="del-open-article-requests-limit btn btn-default btn-xs" data-categorycode="[% c || '*' | html %]" data-branch="[% current_branch | html %]"><i class="fa fa-trash-can"></i> Delete</a> > </td> > </tr> > [% END %] >-- >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 39624
:
180901
|
180961
|
180997
| 180998