Mercurial > lada > lada-client
changeset 201:7997272bbf4b
Added messungsid to the status list.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 08 Jul 2013 16:16:09 +0200 |
parents | 945a727209d3 |
children | 7a4d93c9b0ff |
files | app/view/status/List.js |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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',