Ensuring tags are copies to sub events

This commit is contained in:
echarp 2017-01-02 10:29:02 +01:00
parent 3535c227da
commit 37d5075b47
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ class EventCallbacks
end
att[:start_time] = schedule.start_time
att[:end_time] = schedule.end_time
att[:tag_list] = event.tag_list
att
end