Skip to content

Commit

Permalink
Add a reset of the IndirectSource flag
Browse files Browse the repository at this point in the history
  • Loading branch information
challenger71498 authored May 21, 2024
1 parent 4f27cf5 commit 527de4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Qsi/Analyzers/Table/QsiTableAnalyzer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ table.Parent is IQsiDerivedColumnNode &&

scopedContext.IsIndirectSource = true;
declaredTable.IndirectColumns = GetIndirectColumns(scopedContext, table).ToArray() ?? Array.Empty<QsiTableColumn>();
scopedContext.IsIndirectSource = false;

return declaredTable;
}
Expand Down

0 comments on commit 527de4e

Please sign in to comment.