mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
retain tags from action when transforming into project
This commit is contained in:
parent
db62ebd074
commit
229c515e71
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue