Bugzilla – Attachment 160535 Details for
Bug 35701
Cannot use i18n.inc from memberentrygen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35701: DO NOT PUSH - to recreate the problem
Bug-35701-DO-NOT-PUSH---to-recreate-the-problem.patch (text/plain), 1.21 KB, created by
Jonathan Druart
on 2024-01-04 14:56:03 UTC
(
hide
)
Description:
Bug 35701: DO NOT PUSH - to recreate the problem
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-01-04 14:56:03 UTC
Size:
1.21 KB
patch
obsolete
>From 87c8b29b21434a5e557fa48ff017fcf2462aa7e2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 4 Jan 2024 15:54:35 +0100 >Subject: [PATCH] Bug 35701: DO NOT PUSH - to recreate the problem > >Hit http://localhost:8081/cgi-bin/koha/members/memberentry.pl >open the console >See "Ms", while we expect "foo" >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 816b7f088fd..a799a881601 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1968,6 +1968,8 @@ legend:hover { > var TalkingTechItivaPhoneNotification = [% Koha.Preference('TalkingTechItivaPhoneNotification') || 0 | html %]; > var PhoneNotification = [% Koha.Preference('PhoneNotification') || 0 | html %]; > >+ [% SET xxx = t("foo") %] >+ console.log("[% xxx %]"); > </script> > [% Asset.js("js/members.js") | $raw %] > [% Asset.js("js/messaging-preference-form.js") | $raw %] >-- >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 35701
:
160535
|
160693
|
160708
|
160709
|
161094
|
161095