Mercurial > lada > lada-client
diff app/view/orte/List.js @ 105:7ad96e3d70c1
Added gemId and staatId
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 18 Jun 2013 13:21:57 +0200 |
parents | 453985cacb39 |
children | 26ac4c99f8c4 |
line wrap: on
line diff
--- a/app/view/orte/List.js Tue Jun 18 12:40:11 2013 +0200 +++ b/app/view/orte/List.js Tue Jun 18 13:21:57 2013 +0200 @@ -32,8 +32,8 @@ this.columns = [ {header: 'Typ', dataIndex: 'otyp'}, {header: 'ID', dataIndex: 'ortId'}, - {header: 'Staat', dataIndex: ''}, - {header: 'Gem-ID', dataIndex: ''}, + {header: 'Staat', dataIndex: 'staatId'}, + {header: 'Gem-ID', dataIndex: 'gemId'}, {header: 'Gemeindebezeichnung', dataIndex: 'bezeichnung', flex: 1}, {header: 'Messpunkt', dataIndex: ''} ];