Skip to content

Commit 7216eba

Browse files
Add comment to remove extension method
1 parent 31d9ed2 commit 7216eba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Commerce.Checkout/Web/PublishedContentExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ namespace Umbraco.Commerce.Checkout.Web
99
public static class PublishedContentExtensions
1010
{
1111
// Temporary fix for AncestorOrSelf until https://github.com/umbraco/Umbraco-CMS/pull/17581 is merged in
12+
// Remove in v15 final
1213
private static IPublishedContent? AncestorOrSelf2(this IPublishedContent content, string contentTypeAlias) =>
1314
content.ContentType.Alias == contentTypeAlias
1415
? content

0 commit comments

Comments
 (0)