| changeset 106 | d34e253f5c32 |
| parent 102 | fd93dc0afa39 |
| child 112 | 70c5d6efd68d |
| child 124 | c04232f8cc53 |
--- a/server/src/main/webapp/static/js/corenkan.js Tue Mar 19 17:59:34 2013 +0100 +++ b/server/src/main/webapp/static/js/corenkan.js Fri Mar 22 05:30:19 2013 +0100 @@ -114,7 +114,7 @@ obj = json.parse(state); console.log("State response", obj); obj['_id'] = obj['id']; - this.project.set(obj); + this.project.set(obj, {validate: true}); }; function prepareValues(obj,c) {