# HG changeset patch # User Torsten Irländer # Date 1369999878 -7200 # Node ID 2d6c4f4c9b110b2cb2a213629d5e6ae53b22c1c5 # Parent 20a4f9aaecdea7d8b8b72287b3d859915f063bdf Added comment on the id key in kommentare. diff -r 20a4f9aaecde -r 2d6c4f4c9b11 app/model/Kommentar.js --- 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',