nice fixes
This commit is contained in:
+3
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user