mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdInfo: Fixed bug that caused UDA orphans to not be displayed
This commit is contained in:
parent
288b86c3c3
commit
84b1921b36
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ int CmdInfo::execute (std::string& output)
|
|||
for (auto& att : all)
|
||||
{
|
||||
if (att.substr (0, 11) != "annotation_" &&
|
||||
context.columns.find (att) == context.columns.end ())
|
||||
! context.columns[att])
|
||||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, "[" + att);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue