Mercurial > lada > lada-client
diff app/model/Messung.js @ 970:f4eb53ba63fc
Setting Timestamps the correct way. Before this commit the times of the instatiation of the model were used as default values, which led to wrong dates.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Mon, 16 Nov 2015 11:48:15 +0100 |
parents | a2c2039bb5d9 |
children | f73ca04d73a7 |
line wrap: on
line diff
--- a/app/model/Messung.js Thu Nov 12 17:38:57 2015 +0100 +++ b/app/model/Messung.js Mon Nov 16 11:48:15 2015 +0100 @@ -40,8 +40,7 @@ return new Date(); } return new Date(v); - }, - defaultValue: new Date() + } }, { name: 'status' }, { @@ -55,8 +54,7 @@ return new Date(); } return new Date(v); - }, - defaultValue: new Date() + } }, { name: 'geplant', type: 'boolean'