Skip to content

Commit

Permalink
Merge pull request #640 from MarkMpn/intellisense
Browse files Browse the repository at this point in the history
Intellisense fix when loading attributes for a new link-entity
  • Loading branch information
rappen committed Feb 4, 2022
2 parents 6fc4529 + 2da3211 commit 7724865
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions FetchXmlBuilder/DockControls/XmlContentControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -615,10 +615,6 @@ private void AutocompleteAttributeValue(object sender, MarkMpn.XmlSchemaAutocomp

e.Suggestions.AddRange(attributes.OrderBy(attr => attr.LogicalName).Select(attr => new AttributeMetadataSuggestion(attr, fxb.settings.UseFriendlyNames)));
}
else if (fxb.NeedToLoadEntity(entityNode.GetAttribute("name")))
{
fxb.LoadEntityDetails(entityNode.GetAttribute("name"), null);
}
}

// Autocomplete alias names for <condition> and <order> elements
Expand Down

0 comments on commit 7724865

Please sign in to comment.