Skip to content

Commit

Permalink
Minor ajustments to Share feature
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Feb 5, 2023
1 parent 7f2ba15 commit f937b78
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FetchXmlBuilder/FXBInterfaces.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void OnIncomingMessage(MessageBusEventArgs message)
callerArgs.SourcePlugin == "Bulk Data Updater" ? Cinteros.Xrm.FetchXmlBuilder.Properties.Resources.BDU_2019_032_tsp :
callerArgs.SourcePlugin == URLcaller ? Cinteros.Xrm.FetchXmlBuilder.Properties.Resources.icon_web :
Cinteros.Xrm.FetchXmlBuilder.Properties.Resources.icon_return;
tsbReturnToCaller.ToolTipText = "Return " + requestedType + " to " + callerArgs.SourcePlugin;
tsbReturnToCaller.ToolTipText = callerArgs.SourcePlugin == URLcaller ? "Show 'Sharing Queries' on my website." : "Return " + requestedType + " to " + callerArgs.SourcePlugin;
dockControlBuilder.RecordHistory("called from " + message.SourcePlugin);
LogUse("CalledBy." + callerArgs.SourcePlugin);
if (callerArgs.SourcePlugin == "View Designer" && !connectionsettings.TipsAgainstOrViewDesignerToolShown)
Expand Down
20 changes: 18 additions & 2 deletions FetchXmlBuilder/Forms/ShareLink.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f937b78

Please sign in to comment.