Mercurial > lada > lada-client
comparison app/model/DatensatzErzeuger.js @ 984:b21421ba6917 stammdatengrids
added buttons for datensatzerzeuger, pobenehmer, added controllers
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 10 Dec 2015 08:30:14 +0100 |
parents | fb99332bb48e |
children | f73ca04d73a7 |
comparison
equal
deleted
inserted
replaced
983:0a5fe163f1c8 | 984:b21421ba6917 |
---|---|
50 }], | 50 }], |
51 | 51 |
52 idProperty: 'id', | 52 idProperty: 'id', |
53 | 53 |
54 proxy: { | 54 proxy: { |
55 type: 'rest', | 55 type: 'memory', |
56 url: 'lada-server/datensatzerzeuger', | 56 //url: 'lada-server/datensatzerzeuger', |
57 reader: { | 57 reader: { |
58 type: 'json', | 58 type: 'json', |
59 root: 'data' | 59 root: 'data' |
60 } | 60 } |
61 } | 61 } |