Mercurial > lada > lada-client
comparison app/view/widget/Status.js @ 1080:15d7b7a9e177
Override getValue for Netzbetreiber Combobox to allways return the correct
value.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 13 Apr 2016 16:10:25 +0200 |
parents | d47ee7439f44 |
children | 6866be10e40c |
comparison
equal
deleted
inserted
replaced
1079:1c86a259c2ac | 1080:15d7b7a9e177 |
---|---|
8 | 8 |
9 var statuswerteStore = Ext.create('Ext.data.Store', { | 9 var statuswerteStore = Ext.create('Ext.data.Store', { |
10 fields: ['id', 'status'], | 10 fields: ['id', 'status'], |
11 data: [{ | 11 data: [{ |
12 'id': 1, | 12 'id': 1, |
13 'status': 'nicht vergeben' | 13 'status': 'plausibel' |
14 }, { | 14 }, { |
15 'id': 2, | 15 'id': 2, |
16 'status': 'plausibel' | 16 'status': 'nicht repräsentativ' |
17 }, { | 17 }, { |
18 'id': 3, | 18 'id': 3, |
19 'status': 'nicht repräsentativ' | 19 'status': 'nicht plausibel' |
20 }, { | 20 }, { |
21 'id': 4, | 21 'id': 7, |
22 'status': 'nicht plausibel' | 22 'status': 'nicht lieferbar' |
23 }, { | |
24 'id': 8, | |
25 'status': 'zurücksetzen' | |
23 }] | 26 }] |
24 }); | 27 }); |
25 | 28 |
26 /** | 29 /** |
27 * Combobox for Statuswert | 30 * Combobox for Statuswert |