Bugzilla – Attachment 97941 Details for
Bug 24497
CodeMirror indentation problems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24497: Turn off smartIndent for SQL
Bug-24497-Turn-off-smartIndent-for-SQL.patch (text/plain), 1.25 KB, created by
Katrin Fischer
on 2020-01-25 17:50:17 UTC
(
hide
)
Description:
Bug 24497: Turn off smartIndent for SQL
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-01-25 17:50:17 UTC
Size:
1.25 KB
patch
obsolete
>From 723002aeaf1ad9a5086a984575a263327293db6a Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 24 Jan 2020 18:18:33 +0000 >Subject: [PATCH] Bug 24497: Turn off smartIndent for SQL > >Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 37ea33a66b..d998265b36 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -1135,7 +1135,8 @@ canned reports and writing custom SQL reports.</p> > var editor = CodeMirror.fromTextArea(sql, { > lineNumbers: true, > mode: "text/x-sql", >- lineWrapping: true >+ lineWrapping: true, >+ smartIndent: false > }); > > // https://stackoverflow.com/questions/2086287/how-to-clear-jquery-validation-error-messages#answer-16025232 >-- >2.11.0
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 24497
:
97893
|
97929
| 97941