[Lada-commits] [PATCH] Do not allow arbitrary input for Koordinatenart
Wald Commits
scm-commit at wald.intevation.org
Tue Feb 7 16:06:21 CET 2017
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1486479968 -3600
# Node ID 39dbdfa00c91e55959f24d0ef87e8359314ec537
# Parent e5235309d4612922a46138a229cf0e8cfb7d4f32
Do not allow arbitrary input for Koordinatenart.
diff -r e5235309d461 -r 39dbdfa00c91 app/view/widget/KoordinatenArt.js
--- a/app/view/widget/KoordinatenArt.js Tue Feb 07 15:04:45 2017 +0100
+++ b/app/view/widget/KoordinatenArt.js Tue Feb 07 16:06:08 2017 +0100
@@ -19,6 +19,7 @@
queryMode: 'local',
triggerAction: 'all',
typeAhead: false,
+ forceSelection: true,
tpl: Ext.create("Ext.XTemplate",
'<tpl for="."><div class="x-combo-list-item x-boundlist-item" >' +
'{idfGeoKey} - {koordinatenart}</div></tpl>'),
More information about the Lada-commits
mailing list