Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/widget/Status.js Wed Apr 13 13:57:36 2016 +0200 +++ b/app/view/widget/Status.js Wed Apr 13 16:10:25 2016 +0200 @@ -10,16 +10,19 @@ fields: ['id', 'status'], data: [{ 'id': 1, - 'status': 'nicht vergeben' - }, { - 'id': 2, 'status': 'plausibel' }, { - 'id': 3, + 'id': 2, 'status': 'nicht repräsentativ' }, { - 'id': 4, + 'id': 3, 'status': 'nicht plausibel' + }, { + 'id': 7, + 'status': 'nicht lieferbar' + }, { + 'id': 8, + 'status': 'zurücksetzen' }] });