Mercurial > lada > lada-client
changeset 1224:5b5d9d7a771a
Adapt StatusKombi model to what it's proxy actually delivers.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 27 Oct 2016 19:26:25 +0200 |
parents | 4c443efd5587 |
children | 19855757a950 |
files | app/model/StatusKombi.js |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/app/model/StatusKombi.js Thu Oct 27 16:33:05 2016 +0200 +++ b/app/model/StatusKombi.js Thu Oct 27 19:26:25 2016 +0200 @@ -15,11 +15,11 @@ fields: [{ name: 'id' }, { - name: 'stufeId', - type: 'int' + name: 'statusStufe', + type: 'object' }, { - name: 'stufeId', - type: 'int' + name: 'statusWert', + type: 'object' }], idProperty: 'id',