Bugzilla – Attachment 176569 Details for
Bug 38900
Translation script explodes without a meaningful error when an "incorrect" structure is found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38900: [DO NOT PUSH] show the problem
Bug-38900-DO-NOT-PUSH-show-the-problem.patch (text/plain), 1.17 KB, created by
Jonathan Druart
on 2025-01-15 13:38:37 UTC
(
hide
)
Description:
Bug 38900: [DO NOT PUSH] show the problem
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-15 13:38:37 UTC
Size:
1.17 KB
patch
obsolete
>From 3919c240adf45df7437ea235927868e223cfcba3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 15 Jan 2025 14:31:38 +0100 >Subject: [PATCH] Bug 38900: [DO NOT PUSH] show the problem > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >index cdf73a5b864..7324b87af47 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -227,7 +227,7 @@ > <li><label for="smtp_server">SMTP server: </label> > <select name="smtp_server" id="smtp_server"> > [% IF library AND library.smtp_server.is_system_default %] >- <option value="*" selected="selected">Default</option> >+ <option value="*" [% IF foo > bar %]selected="selected"[% END %]>Default</option> > [% ELSE %] > <option value="*">Default</option> > [% END %] >-- >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 38900
:
176568
|
176569
|
176570
|
176583
|
176584
|
177354