comparison app/view/widget/OrtsZusatz.js @ 1367:d2a0cb1e5596

fix validity of oz-Id in Ortserstellung
author Maximilian Krambach <mkrambach@intevation.de>
date Wed, 08 Feb 2017 15:46:58 +0100
parents d52d4b55914b
children
comparison
equal deleted inserted replaced
1366:993e542796fd 1367:d2a0cb1e5596
11 */ 11 */
12 Ext.define('Lada.view.widget.OrtsZusatz' ,{ 12 Ext.define('Lada.view.widget.OrtsZusatz' ,{
13 extend: 'Lada.view.widget.base.ComboBox', 13 extend: 'Lada.view.widget.base.ComboBox',
14 alias: 'widget.ortszusatz', 14 alias: 'widget.ortszusatz',
15 store: 'OrtsZusatz', 15 store: 'OrtsZusatz',
16 displayField: 'id', 16 displayField: 'ortszusatz',
17 valueField: 'id', 17 valueField: 'ozsId',
18 editable: this.editable || false, 18 editable: this.editable || false,
19 disableKeyFilter: true, 19 disableKeyFilter: true,
20 forceSelection: true, 20 forceSelection: true,
21 // Enable filtering of comboboxes 21 // Enable filtering of comboboxes
22 autoSelect: false, 22 autoSelect: false,

http://lada.wald.intevation.org