comparison app/model/StatusKombi.js @ 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 4270da0f7d3b
children
comparison
equal deleted inserted replaced
1223:4c443efd5587 1224:5b5d9d7a771a
13 extend: 'Ext.data.Model', 13 extend: 'Ext.data.Model',
14 14
15 fields: [{ 15 fields: [{
16 name: 'id' 16 name: 'id'
17 }, { 17 }, {
18 name: 'stufeId', 18 name: 'statusStufe',
19 type: 'int' 19 type: 'object'
20 }, { 20 }, {
21 name: 'stufeId', 21 name: 'statusWert',
22 type: 'int' 22 type: 'object'
23 }], 23 }],
24 24
25 idProperty: 'id', 25 idProperty: 'id',
26 26
27 proxy: { 27 proxy: {

http://lada.wald.intevation.org