Bugzilla – Attachment 158795 Details for
Bug 35193
Rename "Message subject" to "File name" when module "Reports" was chosen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35193: Reload page on notice edit when switching Koha module
Bug-35193-Reload-page-on-notice-edit-when-switchin.patch (text/plain), 1.09 KB, created by
Pedro Amorim
on 2023-11-10 09:31:24 UTC
(
hide
)
Description:
Bug 35193: Reload page on notice edit when switching Koha module
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-11-10 09:31:24 UTC
Size:
1.09 KB
patch
obsolete
>From 5303dc495925425139440bd0fb8c507ee402f771 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 10 Nov 2023 09:30:02 +0000 >Subject: [PATCH] Bug 35193: Reload page on notice edit when switching Koha > module > >Test plan, k-t-d: >1) Edit an existing notice, e.g.: >/cgi-bin/koha/tools/letter.pl?op=add_form&branchcode=&module=report&code=ACCOUNTS_SUMMARY >2) Change the Koha module dropdown value >3) Notice the page doesnt refresh >4) Apply patch. Repeat. Notice it refreshes now. >--- > koha-tmpl/intranet-tmpl/prog/js/letter.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/letter.js b/koha-tmpl/intranet-tmpl/prog/js/letter.js >index 8a1894a1f7..751098cc5c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/letter.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/letter.js >@@ -75,7 +75,7 @@ $(document).ready(function() { > }); > } > >- $("#newmodule").on("change",function(){ >+ $("#newmodule, #module").on("change",function(){ > var branchcode; > if( $("#branch").val() === ""){ > branchcode = "*"; >-- >2.30.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 35193
:
158111
|
158375
|
158795
|
158814
|
158815
|
158877
|
158881
|
158882
|
158883
|
158884
|
158885