retain tags from action when transforming into project

This commit is contained in:
Carsten Otto 2015-04-12 21:57:23 +02:00
parent db62ebd074
commit 229c515e71
2 changed files with 8 additions and 0 deletions

View file

@ -21,6 +21,7 @@ class ProjectFromTodo
p.name = todo.description
p.description = todo.notes
p.default_context = todo.context
p.default_tags = todo.tag_list
p.user = todo.user
end
end