Mercurial > lada > lada-client
comparison app/view/widget/Status.js @ 1115:6866be10e40c
Add missing status value.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 18 May 2016 18:22:33 +0200 |
parents | 15d7b7a9e177 |
children | 85acec6c6e6a |
comparison
equal
deleted
inserted
replaced
1114:66d4b392bc5f | 1115:6866be10e40c |
---|---|
16 'status': 'nicht repräsentativ' | 16 'status': 'nicht repräsentativ' |
17 }, { | 17 }, { |
18 'id': 3, | 18 'id': 3, |
19 'status': 'nicht plausibel' | 19 'status': 'nicht plausibel' |
20 }, { | 20 }, { |
21 'id': 4, | |
22 'status': 'Rückfrage' | |
23 }, { | |
21 'id': 7, | 24 'id': 7, |
22 'status': 'nicht lieferbar' | 25 'status': 'nicht lieferbar' |
23 }, { | 26 }, { |
24 'id': 8, | 27 'id': 8, |
25 'status': 'zurücksetzen' | 28 'status': 'zurücksetzen' |
33 extend: 'Lada.view.widget.base.ComboBox', | 36 extend: 'Lada.view.widget.base.ComboBox', |
34 alias: 'widget.statuswert', | 37 alias: 'widget.statuswert', |
35 store: statuswerteStore, | 38 store: statuswerteStore, |
36 displayField: 'status', | 39 displayField: 'status', |
37 valueField: 'id', | 40 valueField: 'id', |
38 emptyText: 'Wählen Sie eine Status', | 41 emptyText: 'Wählen Sie einen Status', |
39 // Enable filtering of comboboxes | 42 // Enable filtering of comboboxes |
40 autoSelect: false, | 43 autoSelect: false, |
41 queryMode: 'local', | 44 queryMode: 'local', |
42 triggerAction: 'all', | 45 triggerAction: 'all', |
43 typeAhead: false, | 46 typeAhead: false, |