mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1700: modify tags behavior changed
- Thanks to David Badura.
This commit is contained in:
parent
6c90875da4
commit
5325efbd07
4 changed files with 22 additions and 0 deletions
|
@ -2060,6 +2060,9 @@ void Task::modify (modType type, bool text_required /* = false */)
|
|||
// For those using the "tags:..." attribute directly.
|
||||
else if (name == "tags")
|
||||
{
|
||||
// TW-1701
|
||||
set ("tags", "");
|
||||
|
||||
std::vector <std::string> tags;
|
||||
split (tags, value, ',');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue