Skip to content

Commit

Permalink
IDE-1126 Open ECL in workunit context menu failing for GenData
Browse files Browse the repository at this point in the history
Signed-off-by: David de Hilster <[email protected]>
  • Loading branch information
dehilsterlexis committed Feb 15, 2024
1 parent 7b50202 commit 98b5fc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comms/Dali.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,7 @@ class CDali : public IDali, public CUnknown
request.IncludeTimers = true;
request.IncludeVariables = false;
request.IncludeWorkflows = false;
request.TruncateEclTo64k = false;
request.SuppressResultSchemas = false;

_ns6__WUInfoResponse response;
Expand Down

0 comments on commit 98b5fc1

Please sign in to comment.