diff app/view/widget/KoordinatenArt.js @ 1363:d52d4b55914b

Allow re-selection of referenced items in Ortserstellung. A once made selection or automatic pre-selection made it impossible to change the selection without closing the form.
author Tom Gottfried <tom@intevation.de>
date Wed, 08 Feb 2017 12:06:52 +0100
parents 39dbdfa00c91
children
line wrap: on
line diff
--- a/app/view/widget/KoordinatenArt.js	Tue Feb 07 20:00:59 2017 +0100
+++ b/app/view/widget/KoordinatenArt.js	Wed Feb 08 12:06:52 2017 +0100
@@ -19,6 +19,8 @@
     queryMode: 'local',
     triggerAction: 'all',
     typeAhead: false,
+    editable: this.editable || false,
+    disableKeyFilter: true,
     forceSelection: true,
     tpl: Ext.create("Ext.XTemplate",
         '<tpl for="."><div class="x-combo-list-item  x-boundlist-item" >' +

http://lada.wald.intevation.org