changeset 1115:6866be10e40c

Add missing status value.
author Tom Gottfried <tom@intevation.de>
date Wed, 18 May 2016 18:22:33 +0200
parents 66d4b392bc5f
children 92c0fa2f29b0
files app/view/widget/Status.js
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/app/view/widget/Status.js	Wed May 18 14:05:50 2016 +0200
+++ b/app/view/widget/Status.js	Wed May 18 18:22:33 2016 +0200
@@ -18,6 +18,9 @@
         'id': 3,
         'status': 'nicht plausibel'
     }, {
+        'id': 4,
+        'status': 'Rückfrage'
+    }, {
         'id': 7,
         'status': 'nicht lieferbar'
     }, {
@@ -35,7 +38,7 @@
     store: statuswerteStore,
     displayField: 'status',
     valueField: 'id',
-    emptyText: 'Wählen Sie eine Status',
+    emptyText: 'Wählen Sie einen Status',
     // Enable filtering of comboboxes
     autoSelect: false,
     queryMode: 'local',

http://lada.wald.intevation.org