Mercurial > lada > lada-client
comparison app/store/Verwaltungseinheiten.js @ 427:7d80feaa4a7f
The proxy to REST for Verwaltungseinheiten
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 08 Nov 2013 12:34:37 +0100 |
parents | 65688621c727 |
children | 2375e7247523 |
comparison
equal
deleted
inserted
replaced
426:c95c9831675c | 427:7d80feaa4a7f |
---|---|
7 sorters: [{ | 7 sorters: [{ |
8 property: 'bezeichnung', | 8 property: 'bezeichnung', |
9 }], | 9 }], |
10 autoLoad: false, | 10 autoLoad: false, |
11 proxy: { | 11 proxy: { |
12 type: 'ajax', | 12 type: 'rest', |
13 api: { | 13 api: { |
14 read: 'server/rest/verwaltungseinheit' | 14 read: 'server/rest/verwaltungseinheit' |
15 }, | 15 }, |
16 reader: { | 16 reader: { |
17 type: 'json', | 17 type: 'json', |