We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d9ed2 commit 7216ebaCopy full SHA for 7216eba
src/Umbraco.Commerce.Checkout/Web/PublishedContentExtensions.cs
@@ -9,6 +9,7 @@ namespace Umbraco.Commerce.Checkout.Web
9
public static class PublishedContentExtensions
10
{
11
// Temporary fix for AncestorOrSelf until https://github.com/umbraco/Umbraco-CMS/pull/17581 is merged in
12
+ // Remove in v15 final
13
private static IPublishedContent? AncestorOrSelf2(this IPublishedContent content, string contentTypeAlias) =>
14
content.ContentType.Alias == contentTypeAlias
15
? content
0 commit comments