nice fixes

This commit is contained in:
2019-01-16 18:58:29 +01:00
parent 3dcba4d247
commit f13c16dd93
3 changed files with 18 additions and 7 deletions
+3 -1
View File
@@ -265,7 +265,9 @@ Shift.thaw = function (jsonShift) {
art: jsonShift._kind,
name: jsonShift._name,
datum: begin,
beschreibung: jsonShift._description
beschreibung: jsonShift._description,
ort: jsonShift._ort,
});
shift.id = jsonShift.id;
shift.Dauer = moment.duration(jsonShift._duration);