Bug - A3::extract_modifications
- Broadened the list of argument categories that are downgraded to 'word' for the purpose of task modification.
This commit is contained in:
@@ -605,7 +605,7 @@ const A3 A3::extract_modifications () const
|
||||
// lines that do not otherwise include an id, such as:
|
||||
//
|
||||
// task add Read the article on page 2
|
||||
else if (arg->_category == "id" ||
|
||||
else if (arg->_category == "id" ||
|
||||
arg->_category == "uuid")
|
||||
{
|
||||
Arg downgrade (*arg);
|
||||
|
||||
Reference in New Issue
Block a user