From 1d3f7fd118ef7ce24626e4ac5e908de372b2d2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Tue, 23 Apr 2024 17:26:11 +0200 Subject: [PATCH] post update fixuppost update fixup --- .../Contents/JsonSectionDisplayDriver.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lombiq.HelpfulLibraries.OrchardCore/Contents/JsonSectionDisplayDriver.cs b/Lombiq.HelpfulLibraries.OrchardCore/Contents/JsonSectionDisplayDriver.cs index f6ed2002..810fb7d4 100644 --- a/Lombiq.HelpfulLibraries.OrchardCore/Contents/JsonSectionDisplayDriver.cs +++ b/Lombiq.HelpfulLibraries.OrchardCore/Contents/JsonSectionDisplayDriver.cs @@ -3,6 +3,7 @@ using Microsoft.AspNetCore.Mvc.ModelBinding; using OrchardCore.DisplayManagement.Entities; using OrchardCore.DisplayManagement.Handlers; +using OrchardCore.DisplayManagement.ModelBinding; using OrchardCore.DisplayManagement.Views; using OrchardCore.Security.Permissions; using OrchardCore.Settings; @@ -43,7 +44,7 @@ await AuthorizeAsync() .OnGroup(GroupId) : null; - public override async Task UpdateAsync(TSection section, BuildEditorContext context) + public override async Task UpdateAsync(TSection section, UpdateEditorContext context) { var viewModel = new JsonViewModel();