[Lada-commits] [PATCH 7 of 7] Fix getting messerte, status and kommentare in debug mode
Wald Commits
scm-commit at wald.intevation.org
Fri Jul 12 15:59:15 CEST 2013
# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1373637482 -7200
# Node ID 38e84783785f3307c139334d8d463566785f6f93
# Parent f0c59e7ee0bc19c07a775a708220cc98721ecb84
Fix getting messerte, status and kommentare in debug mode
diff -r f0c59e7ee0bc -r 38e84783785f app/view/Viewport.js
--- 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');
More information about the Lada-commits
mailing list