# HG changeset patch # User Tom Gottfried # 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", '
' + '{idfGeoKey} - {koordinatenart}
'),