mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Don't remove the legacy 'tags' property
This commit is contained in:
parent
6c60a8db84
commit
d914c15faa
1 changed files with 0 additions and 1 deletions
|
@ -317,7 +317,6 @@ void CmdEdit::parseTask(Task& task, const std::string& after, const std::string&
|
|||
|
||||
// tags
|
||||
value = findValue(after, "\n Tags:");
|
||||
task.remove("tags");
|
||||
task.setTags(split(value, ' '));
|
||||
|
||||
// description.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue