[Lada-commits] [PATCH] Add missing status value

Wald Commits scm-commit at wald.intevation.org
Wed May 18 18:22:45 CEST 2016


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1463588553 -7200
# Node ID 6866be10e40cbb6c86d6d290573d305b296f3480
# Parent  66d4b392bc5f647448efee55be41787c73d254fc
Add missing status value.

diff -r 66d4b392bc5f -r 6866be10e40c app/view/widget/Status.js
--- 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',


More information about the Lada-commits mailing list