Mercurial > lada > lada-client
changeset 62:2d6c4f4c9b11
Added comment on the id key in kommentare.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 31 May 2013 13:31:18 +0200 |
parents | 20a4f9aaecde |
children | f7d40f8a6902 |
files | app/model/Kommentar.js |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/model/Kommentar.js Wed May 29 16:07:11 2013 +0200 +++ b/app/model/Kommentar.js Fri May 31 13:31:18 2013 +0200 @@ -8,6 +8,9 @@ {name: "kdatum"}, {name: "ktext"} ], + // TODO: This id field is currently a combined field of probeId and kid + // which cases problems when generating a request with this id to the + // server. idProperty: "id", proxy: { type: 'rest',