Mercurial > lada > lada-client
comparison app/model/Status.js @ 200:945a727209d3
Fixed attribute names in the Status model
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 08 Jul 2013 16:15:24 +0200 |
parents | 738d657d8b6b |
children | 8e41a5a6cb7f |
comparison
equal
deleted
inserted
replaced
199:30ba9a98d627 | 200:945a727209d3 |
---|---|
3 fields: [ | 3 fields: [ |
4 {name: "sId"}, | 4 {name: "sId"}, |
5 {name: "messungsId"}, | 5 {name: "messungsId"}, |
6 {name: "probeId"}, | 6 {name: "probeId"}, |
7 {name: "erzeuger"}, | 7 {name: "erzeuger"}, |
8 {name: "status"}, | 8 {name: "status", defaultValue: 1}, |
9 {name: "sdatum", type: 'date', convert: ts2date, defaultValue: new Date()}, | 9 {name: "sdatum", type: 'date', convert: ts2date, defaultValue: new Date()}, |
10 {name: "stext"} | 10 {name: "skommentar"} |
11 ], | 11 ], |
12 idProperty: "sId", | 12 idProperty: "sId", |
13 proxy: { | 13 proxy: { |
14 type: 'rest', | 14 type: 'rest', |
15 appendId: true, //default | 15 appendId: true, //default |