comparison app/view/widget/OrtTyp.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 3a3148d50b9c
children
comparison
equal deleted inserted replaced
1362:ec1625ba433b 1363:d52d4b55914b
14 alias: 'widget.orttyp', 14 alias: 'widget.orttyp',
15 store: 'OrtTyp', 15 store: 'OrtTyp',
16 displayField: 'id', 16 displayField: 'id',
17 valueField: 'id', 17 valueField: 'id',
18 editable: this.editable || false, 18 editable: this.editable || false,
19 disableKeyFilter: true,
19 forceSelection: true, 20 forceSelection: true,
20 // Enable filtering of comboboxes 21 // Enable filtering of comboboxes
21 autoSelect: false, 22 autoSelect: false,
22 queryMode: 'local', 23 queryMode: 'local',
23 triggerAction: 'all', 24 triggerAction: 'all',

http://lada.wald.intevation.org