Task Validation
- Cleaned up the 'annotate' and 'denotate' code due to the new validation code.
This commit is contained in:
@@ -116,9 +116,6 @@ int CmdDenotate::execute (std::string& output)
|
||||
|
||||
if (taskDiff (before, *task))
|
||||
{
|
||||
// Only allow valid tasks.
|
||||
task->validate ();
|
||||
|
||||
if (permission.confirmed (before,
|
||||
taskDifferences (before, *task) + STRING_CMD_DONE_PROCEED))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user