Bugzilla – Attachment 180961 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.51 KB, created by
Marcel de Rooy
on 2025-04-15 13:28:43 UTC
(
hide
)
Description:
Bug 39624: (follow-up) Fix deleting the All line
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-04-15 13:28:43 UTC
Size:
1.51 KB
patch
obsolete
>From bc6fd9464ea5018a2b07375a89ef4b293a416e80 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 >Content-Type: text/plain; charset=utf-8 > >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> >--- > 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
|
181137
|
181138