[Koha-bugs] [Bug 24497] CodeMirror indentation problems

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 24 19:19:54 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24497

--- Comment #4 from Lucas Gass <lucas at bywatersolutions.com> ---
Created attachment 97893
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97893&action=edit
Bug 24497: Turn off smartIndent for SQL

This only seems to effect SQL CodeMirror inputs and I belive it to be the
smartIndent feature. This patch turns that off for SQL only.
TEST PLAN:
1. Enter 'SELECT CONCAT( CONCAT('a','b'))' into a SQL Report and press Enter
2. Extreme indent
3. Apply patch.
4. Enter 'SELECT CONCAT( CONCAT('a','b'))' into a SQL Report and press Enter
5. No indent.
6. Check that other indenting still works proper.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list