Skip to content

Commit

Permalink
Fixed #652 Update FetchXML (etc) when getting new query from other tool
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Feb 19, 2022
1 parent f588db8 commit 2ca94f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FetchXmlBuilder/FetchXmlBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ public void OnIncomingMessage(MessageBusEventArgs message)
}
}
dockControlBuilder.ParseXML(fetchXml, false);
UpdateLiveXML();
tsbReturnToCaller.ToolTipText = "Return " + requestedType + " to " + callerArgs.SourcePlugin;
dockControlBuilder.RecordHistory("called from " + message.SourcePlugin);
LogUse("CalledBy." + callerArgs.SourcePlugin);
Expand Down

0 comments on commit 2ca94f4

Please sign in to comment.