diff app/view/Viewport.js @ 214:38e84783785f

Fix getting messerte, status and kommentare in debug mode
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 12 Jul 2013 15:58:02 +0200
parents cfa4ed3b62b5
children 7bea6974fb5b
line wrap: on
line diff
--- a/app/view/Viewport.js	Fri Jul 12 15:57:36 2013 +0200
+++ b/app/view/Viewport.js	Fri Jul 12 15:58:02 2013 +0200
@@ -55,19 +55,19 @@
                 kstore.load({
                     params: {
                         probeId: probeId,
-                        messungsId: messung.get('messungsId')
+                        messungsId: messung.get('id').messungsId
                     }
                 });
                 sstore.load({
                     params: {
                         probeId: probeId,
-                        messungsId: messung.get('messungsId')
+                        messungsId: messung.get('id').messungsId
                     }
                 });
                 mstore.load({
                     params: {
                         probeId: probeId,
-                        messungsId: messung.get('messungsId')
+                        messungsId: messung.get('id').messungsId
                     }
                 });
                 console.log('Creating Messung window');

http://lada.wald.intevation.org