[Lada-commits] [PATCH 1 of 2] Adapt StatusKombi model to what it's proxy actually delivers
Wald Commits
scm-commit at wald.intevation.org
Thu Oct 27 19:33:21 CEST 2016
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1477589185 -7200
# Node ID 5b5d9d7a771a4b12c0e353464dc6a4f2f289e1ab
# Parent 4c443efd5587790b446382646575a1b567d14e41
Adapt StatusKombi model to what it's proxy actually delivers.
diff -r 4c443efd5587 -r 5b5d9d7a771a app/model/StatusKombi.js
--- 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',
More information about the Lada-commits
mailing list