Fixed missing tags

This commit is contained in:
Maximilian Giller 2021-04-13 23:39:47 +02:00
parent e9154924f8
commit 20a1378e03

View file

@ -156,6 +156,7 @@ export default {
start_time: this.times.start.date + " " + this.times.start.time,
end_time: this.times.end.date + " " + this.times.end.time,
duration: this.times.duration,
tags: this.record.tags,
start_device_id: this.record.start_device_id // TODO: Remove at some time
};