Bugzilla – Attachment 175838 Details for
Bug 8137
Checkout limit for all libraries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8137: (follow-up) remove forbidden pattern and fix atomic file permission
Bug-8137-follow-up-remove-forbidden-pattern-and-fi.patch (text/plain), 1.41 KB, created by
Thibaud Guillot (thibaud_g)
on 2024-12-20 13:11:37 UTC
(
hide
)
Description:
Bug 8137: (follow-up) remove forbidden pattern and fix atomic file permission
Filename:
MIME Type:
Creator:
Thibaud Guillot (thibaud_g)
Created:
2024-12-20 13:11:37 UTC
Size:
1.41 KB
patch
obsolete
>From 6f0aa1b319a6cb2eec34eed70f59011169963403 Mon Sep 17 00:00:00 2001 >From: Thibaud Guillot <thibaud.guillot@biblibre.com> >Date: Fri, 20 Dec 2024 13:10:12 +0000 >Subject: [PATCH] Bug 8137: (follow-up) remove forbidden pattern and fix atomic > file permission > >--- > .../mysql/atomicupdate/Bug_8137-add-column-has_priority.pl | 0 > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 ++-- > 2 files changed, 2 insertions(+), 2 deletions(-) > mode change 100644 => 100755 installer/data/mysql/atomicupdate/Bug_8137-add-column-has_priority.pl > >diff --git a/installer/data/mysql/atomicupdate/Bug_8137-add-column-has_priority.pl b/installer/data/mysql/atomicupdate/Bug_8137-add-column-has_priority.pl >old mode 100644 >new mode 100755 >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 66fed69b34..1b66f632a0 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 >@@ -1832,9 +1832,9 @@ > if(rowCount == 1){ > $("#global_checkout_limits").remove(); > } else { >- $("#global_checkout_limits .restricted-access").remove(); >+ $("#global_checkout_limits .restricted-access").remove(); > } >- } >+ } > }); > </script> > [% END %] >-- >2.25.1
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 8137
:
9705
|
9706
|
11079
|
64703
|
64704
|
64791
|
64891
|
72831
|
72832
|
107207
|
107208
|
107209
|
107459
|
111368
|
111369
|
111370
|
112640
|
113797
|
113882
|
114531
|
114532
|
114533
|
114534
|
116676
|
116677
|
116678
|
116679
|
116680
|
145476
|
145477
|
145478
|
145479
|
145480
|
152040
|
152041
|
152042
|
152043
|
152044
|
152045
|
156316
|
156317
|
156318
|
156319
|
156320
|
156321
|
156322
|
159712
|
162367
|
167208
|
167923
|
168119
|
169084
|
169696
|
169700
|
169727
|
169927
|
169928
|
170411
|
173605
|
173608
|
175837
| 175838 |
177464