From 020fa4eefa073d232caa3605707b938eaa00172b Mon Sep 17 00:00:00 2001 From: sbwalker Date: Wed, 6 Mar 2024 14:40:27 -0500 Subject: [PATCH] stay in edit mode when choosing module action --- Oqtane.Client/Themes/Controls/Container/ModuleActionsBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Client/Themes/Controls/Container/ModuleActionsBase.cs b/Oqtane.Client/Themes/Controls/Container/ModuleActionsBase.cs index 75394add..c4b33c7d 100644 --- a/Oqtane.Client/Themes/Controls/Container/ModuleActionsBase.cs +++ b/Oqtane.Client/Themes/Controls/Container/ModuleActionsBase.cs @@ -101,7 +101,7 @@ namespace Oqtane.Themes.Controls { PageModule pagemodule = await PageModuleService.GetPageModuleAsync(ModuleState.PageModuleId); - string url = Utilities.NavigateUrl(PageState.Alias.Path, PageState.Page.Path, "refresh"); + string url = Utilities.NavigateUrl(PageState.Alias.Path, PageState.Page.Path, "edit=true&refresh"); if (action.Action != null) {