TW-1700: modify tags behavior changed

- Thanks to David Badura.
This commit is contained in:
Paul Beckingham 2015-09-21 07:28:26 -04:00
parent 6c90875da4
commit 5325efbd07
4 changed files with 22 additions and 0 deletions

View file

@ -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, ',');