Bugzilla – Attachment 176493 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), 824 bytes, created by
Arthur Suzuki
on 2025-01-14 08:39:24 UTC
(
hide
)
Description:
Bug 38776: (QA follow-up) hide the other_reason text field on page load
Filename:
MIME Type:
Creator:
Arthur Suzuki
Created:
2025-01-14 08:39:24 UTC
Size:
824 bytes
patch
obsolete
>From 506d939b644dc70a84330a06ec76efefb9bd5093 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 > >--- > 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 9d2f5085831..92ebad54bb0 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.47.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