From a89a8e6db2356ae921562729c372af8bab2b2d24 Mon Sep 17 00:00:00 2001 From: elvill Date: Tue, 20 Feb 2018 10:54:14 +0100 Subject: [PATCH] Add typeAheadPedantic=0 to FormEditor formElement name --- extension/qfq/sql/formEditor.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/qfq/sql/formEditor.sql b/extension/qfq/sql/formEditor.sql index 58afc3ac..3c338adc 100644 --- a/extension/qfq/sql/formEditor.sql +++ b/extension/qfq/sql/formEditor.sql @@ -295,7 +295,7 @@ VALUES (2, 'dynamicUpdate', 'Dynamic Update', 'show', 'checkbox', 'all', 'native', 135, 0, 0, 'Info', '', '', '', '', 100, '', 'no', '', '', '', '', '', 'specialchar'), (2, 'name', 'Name', 'show', 'text', 'all', 'native', 140, 0, 0, 'Info', '', '', '', - 'typeAheadSql = SELECT COLUMN_NAME FROM information_schema.columns WHERE table_schema = "{{DB_1_NAME:Y}}" AND table_name = "{{SELECT f.tableName FROM Form AS f WHERE f.id={{formId:S0}}}}" AND COLUMN_NAME LIKE ? ORDER BY COLUMN_NAME\ntypeAheadMinLength = 1\ntypeAheadLimit = 100\n', + 'typeAheadSql = SELECT COLUMN_NAME FROM information_schema.columns WHERE table_schema = "{{DB_1_NAME:Y}}" AND table_name = "{{SELECT f.tableName FROM Form AS f WHERE f.id={{formId:S0}}}}" AND COLUMN_NAME LIKE ? ORDER BY COLUMN_NAME\ntypeAheadMinLength = 1\ntypeAheadLimit = 100\ntypeAheadPedantic=0\n', 100, 'Info', 'no', '', '', '', '', '', 'specialchar'), (2, 'label', 'Label', 'show', 'text', 'all', 'native', 150, 0, 0, 'Info', '', '', '', '', 100, '', 'no', '', '', '', '', '', 'none'), (2, 'mode', 'Mode', 'show', 'radio', 'all', 'native', 160, 0, 0, 'Info', '', '', '', 'buttonClass=btn-default', 100, '', 'no', '', '', '', '', '', 'specialchar'), -- GitLab