comparison app/store/Messgroessen.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 efb1369a8cac
children f73ca04d73a7
comparison
equal deleted inserted replaced
765:62721a75d31d 766:31eaed998531
20 return val.toLowerCase(); 20 return val.toLowerCase();
21 } 21 }
22 return ''; 22 return '';
23 } 23 }
24 }], 24 }],
25 autoLoad: true 25 autoLoad: true,
26
27 proxy: {
28 type: 'rest',
29 url: 'lada-server/messgroesse',
30 reader: {
31 type: 'json',
32 root: 'data'
33 }
34 }
35
26 }); 36 });

http://lada.wald.intevation.org