Merge pull request #3960 from sbwalker/dev

stay in edit mode when choosing module action
This commit is contained in:
Shaun Walker 2024-03-06 14:40:39 -05:00 committed by GitHub
commit 50a8a83408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
{