mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #835
- Fixed bug #835, which prevented hierarchical projects from being recognized.
This commit is contained in:
parent
965e15fe91
commit
e478f6626b
4 changed files with 10 additions and 7 deletions
|
@ -431,7 +431,6 @@ void Command::modify_task (
|
|||
// Get the column info.
|
||||
Column* column = context.columns[name];
|
||||
|
||||
|
||||
if (value == "")
|
||||
{
|
||||
task.remove (name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue