Fixed missing tags
This commit is contained in:
parent
e9154924f8
commit
20a1378e03
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ export default {
|
||||||
start_time: this.times.start.date + " " + this.times.start.time,
|
start_time: this.times.start.date + " " + this.times.start.time,
|
||||||
end_time: this.times.end.date + " " + this.times.end.time,
|
end_time: this.times.end.date + " " + this.times.end.time,
|
||||||
duration: this.times.duration,
|
duration: this.times.duration,
|
||||||
|
tags: this.record.tags,
|
||||||
start_device_id: this.record.start_device_id // TODO: Remove at some time
|
start_device_id: this.record.start_device_id // TODO: Remove at some time
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue