[Lada-commits] [PATCH 12 of 13] Added messungsid to the status list
Wald Commits
scm-commit at wald.intevation.org
Mon Jul 8 16:17:50 CEST 2013
# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1373292969 -7200
# Node ID 7997272bbf4b685987ae250957133a094a1d64bb
# Parent 945a727209d37802168ac4bf92f382e4e7d839b3
Added messungsid to the status list.
diff -r 945a727209d3 -r 7997272bbf4b app/view/status/List.js
--- a/app/view/status/List.js Mon Jul 08 16:15:24 2013 +0200
+++ b/app/view/status/List.js Mon Jul 08 16:16:09 2013 +0200
@@ -10,6 +10,7 @@
minHeight: 35,
deferEmptyText: false
},
+ parentId: null,
probeId: null,
initComponent: function() {
this.dockedItems = [
@@ -21,7 +22,8 @@
text: 'Hinzufügen',
icon: 'gfx/plus.gif',
action: 'add',
- probeId: this.probeId
+ probeId: this.probeId,
+ parentId: this.parentId
},
{
text: 'Löschen',
More information about the Lada-commits
mailing list