comparison app/model/Messgroesse.js @ 766:31eaed998531

enabled removal and creation of messgroessen for a messmethode
author Dustin Demuth <dustin@intevation.de>
date Tue, 12 May 2015 14:24:41 +0200
parents d47ee7439f44
children
comparison
equal deleted inserted replaced
765:62721a75d31d 766:31eaed998531
38 name: 'eudfNuklidId' 38 name: 'eudfNuklidId'
39 }, { 39 }, {
40 name: 'kennungBvl' 40 name: 'kennungBvl'
41 }], 41 }],
42 42
43 idProperty: 'id', 43 idProperty: 'id'
44 44 // other models contain the proxy-configuration at this point.
45 proxy: { 45 // we don't. You can find the Proxy in in the Store: Lada.store.Messgroessen
46 type: 'rest',
47 url: 'lada-server/messgroesse',
48 reader: {
49 type: 'json',
50 root: 'data'
51 }
52 }
53 }); 46 });

http://lada.wald.intevation.org