server/src/main/webapp/static/js/models.js
changeset 54 43c35d6ca3f0
parent 51 3247fccfbd3f
child 56 a9b9e6c7be63
--- a/server/src/main/webapp/static/js/models.js	Mon Jan 14 16:00:07 2013 +0100
+++ b/server/src/main/webapp/static/js/models.js	Mon Feb 11 10:34:23 2013 +0100
@@ -253,7 +253,8 @@
                 uri: this.get("uri"),
                 description: this.get("description"),
                 color: this.get("color"),
-                project: (this.get("project") != null)?this.get("project").get("id"):null
+                project: (this.get("project") != null)?this.get("project").get("id"):null,
+                site_id: this.get("site_id")
             };
         },
     });