Bugzilla – Attachment 177859 Details for
Bug 38776
Propose a list of value for restriction comment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38776: (QA follow-up) hide the other_reason text field on page load
Bug-38776-QA-follow-up-hide-the-otherreason-text-f.patch (text/plain), 973 bytes, created by
Jonathan Druart
on 2025-02-12 13:18:33 UTC
(
hide
)
Description:
Bug 38776: (QA follow-up) hide the other_reason text field on page load
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-02-12 13:18:33 UTC
Size:
973 bytes
patch
obsolete
>From 66004904b675ad1e46df89e0de3ba74c6660075a Mon Sep 17 00:00:00 2001 >From: Arthur Suzuki <arthur.suzuki@biblibre.com> >Date: Tue, 14 Jan 2025 09:37:40 +0100 >Subject: [PATCH] Bug 38776: (QA follow-up) hide the other_reason text field on > page load >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/js/patron-restrictions.js | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/patron-restrictions.js b/koha-tmpl/intranet-tmpl/prog/js/patron-restrictions.js >index 7246eab02c1..1732606eee3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/patron-restrictions.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/patron-restrictions.js >@@ -1,4 +1,5 @@ > $(document).ready(function () { >+ $("#other_reason").hide(); > $("#other_reason").on("change", function () { > $("#rcomment").val($(this).val()); > }); >-- >2.34.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 38776
:
175912
|
176160
|
176493
|
176496
|
176497
|
176498
|
177857
|
177858
| 177859