Bugzilla – Attachment 168482 Details for
Bug 31354
Clarify options for 'Change messaging preferences to default for this category?' popup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31354: Keep same functionality as before
Bug-31354-Keep-same-functionality-as-before.patch (text/plain), 1.14 KB, created by
Sam Lau
on 2024-07-03 22:17:39 UTC
(
hide
)
Description:
Bug 31354: Keep same functionality as before
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2024-07-03 22:17:39 UTC
Size:
1.14 KB
patch
obsolete
>From 41c972be5f94ae300c5eabc9c3ff78e178431351 Mon Sep 17 00:00:00 2001 >From: Sam Lau <samalau@gmail.com> >Date: Wed, 3 Jul 2024 22:17:18 +0000 >Subject: [PATCH] Bug 31354: Keep same functionality as before > >--- > koha-tmpl/intranet-tmpl/prog/js/messaging-preference-form.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/messaging-preference-form.js b/koha-tmpl/intranet-tmpl/prog/js/messaging-preference-form.js >index 362f88f3e4..e636299c52 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/messaging-preference-form.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/messaging-preference-form.js >@@ -20,10 +20,10 @@ $(document).ready(function(){ > $('#messagePreferencesModal').modal('show'); > // Handle confirmation Yes button click > $('#messagePreferencesConfirmBtn').on('click', function() { >- loadMessagingDefaults(categorycode, messaging_prefs_loading); > $('#messagePreferencesModal').modal('hide'); > }); > } >+ loadMessagingDefaults(categorycode, messaging_prefs_loading); > }); > } > >-- >2.39.2
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 31354
:
168480
|
168482
|
168484
|
168578
|
171474
|
171905