[Lada-commits] [PATCH] The Probenzusatzwerte Grid showed the Wrong ID

Wald Commits scm-commit at wald.intevation.org
Mon Dec 19 10:52:59 CET 2016


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1482141170 -3600
# Node ID 43f394c10866080c35126cc3b8098249c515b832
# Parent  895e20d65613e2325d7f23408bafab9e9c895f99
The Probenzusatzwerte Grid showed the Wrong ID

diff -r 895e20d65613 -r 43f394c10866 app/view/grid/Probenzusatzwert.js
--- a/app/view/grid/Probenzusatzwert.js	Fri Dec 16 13:59:47 2016 +0100
+++ b/app/view/grid/Probenzusatzwert.js	Mon Dec 19 10:52:50 2016 +0100
@@ -66,7 +66,7 @@
         }];
         this.columns = [{
             header: 'PZW-ID',
-            dataIndex: 'id',
+            dataIndex: 'pzsId',
             flex: 1
         }, {
             header: 'PZW-Größe',


More information about the Lada-commits mailing list