TW-1704: Task: Use Task::identifier to reference the task
To achieve consistent output, use a helper method to generate a proper handle - ID for tasks with non-zero ID, UUID otherwise.
This commit is contained in:
committed by
Paul Beckingham
parent
1236abc7d5
commit
2d25cf6f59
@@ -78,7 +78,7 @@ int CmdStop::execute (std::string&)
|
||||
|
||||
// Stop the specified task.
|
||||
std::string question = format (STRING_CMD_STOP_CONFIRM,
|
||||
task.id,
|
||||
task.identifier (true),
|
||||
task.get ("description"));
|
||||
|
||||
task.modify (Task::modAnnotate);
|
||||
@@ -108,7 +108,7 @@ int CmdStop::execute (std::string&)
|
||||
else
|
||||
{
|
||||
std::cout << format (STRING_CMD_STOP_ALREADY,
|
||||
task.id,
|
||||
task.identifier (true),
|
||||
task.get ("description"))
|
||||
<< "\n";
|
||||
rc = 1;
|
||||
|
||||
Reference in New Issue
Block a user