CmdInfo: Fixed bug that caused UDA orphans to not be displayed
This commit is contained in:
@@ -388,7 +388,7 @@ int CmdInfo::execute (std::string& output)
|
|||||||
for (auto& att : all)
|
for (auto& att : all)
|
||||||
{
|
{
|
||||||
if (att.substr (0, 11) != "annotation_" &&
|
if (att.substr (0, 11) != "annotation_" &&
|
||||||
context.columns.find (att) == context.columns.end ())
|
! context.columns[att])
|
||||||
{
|
{
|
||||||
row = view.addRow ();
|
row = view.addRow ();
|
||||||
view.set (row, 0, "[" + att);
|
view.set (row, 0, "[" + att);
|
||||||
|
|||||||
Reference in New Issue
Block a user