comparison app/model/Ort.js @ 154:16ba7e2465fd

Implemented creating and editing new l_ort. Created editing orte.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 02 Jul 2013 15:28:41 +0200
parents 26ac4c99f8c4
children 4db982514a5f
comparison
equal deleted inserted replaced
153:e9fb4814153a 154:16ba7e2465fd
4 // Field from the l_ort table 4 // Field from the l_ort table
5 {name: "portId", type: 'int'}, 5 {name: "portId", type: 'int'},
6 {name: "ortId", type: 'int'}, 6 {name: "ortId", type: 'int'},
7 {name: "probeId"}, 7 {name: "probeId"},
8 {name: "ortsTyp"}, 8 {name: "ortsTyp"},
9 {name: "ortzusatztext"}, 9 {name: "ortszusatztext"},
10 {name: "letzteAenderung", type: 'date', convert: ts2date, defaultValue: new Date()} 10 {name: "letzteAenderung", type: 'date', convert: ts2date, defaultValue: new Date()}
11 ], 11 ],
12 idProperty: "portId", 12 idProperty: "portId",
13 proxy: { 13 proxy: {
14 type: 'rest', 14 type: 'rest',

http://lada.wald.intevation.org