mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
use the existing (but misnamed) orphans method
This commit is contained in:
parent
e768e2c100
commit
e3dd91d45e
4 changed files with 5 additions and 9 deletions
|
@ -324,7 +324,7 @@ std::string CmdEdit::formatTask (Task task, const std::string& dateformat)
|
|||
}
|
||||
|
||||
// UDA orphans
|
||||
auto orphans = task.getUDAOrphanUUIDs ();
|
||||
auto orphans = task.getUDAOrphans ();
|
||||
if (orphans.size ())
|
||||
{
|
||||
before << "# User Defined Attribute Orphans\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue