Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 3bd5a87

Browse files
committed
removed hack for backward compatibility
1 parent f7ac16e commit 3bd5a87

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Our.Umbraco.DocTypeGridEditor/Web/Extensions/HtmlHelperExtensions.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@ namespace Our.Umbraco.DocTypeGridEditor.Web.Extensions
99
{
1010
public static class HtmlHelperExtensions
1111
{
12-
// HACK: This is to ensure backwards-compatibility for existing websites.
13-
// TODO: Once we bump the major version number, we can remove this stub method.
14-
public static HtmlString RenderDocTypeGridEditorItem(
15-
this HtmlHelper helper,
16-
IPublishedElement content,
17-
string editorAlias,
18-
string viewPath,
19-
string previewViewPath)
20-
{
21-
return helper.RenderDocTypeGridEditorItem(content, editorAlias, viewPath, previewViewPath, false);
22-
}
23-
2412
public static HtmlString RenderDocTypeGridEditorItem(
2513
this HtmlHelper helper,
2614
IPublishedElement content,

0 commit comments

Comments
 (0)