Merge pull request #2797 from thabaum/patch-25
Add missing settings excluded from Fix #2727
This commit is contained in:
commit
757d8e59a2
|
@ -67,6 +67,7 @@ namespace Oqtane.Pages
|
|||
{
|
||||
try
|
||||
{
|
||||
pageModule.Module.Settings = _settings.GetSettings(EntityNames.Module, pageModule.ModuleId).ToDictionary(x => x.SettingName, x => x.SettingValue);
|
||||
var moduleobject = ActivatorUtilities.CreateInstance(_serviceProvider, moduletype);
|
||||
var urls = ((ISitemap)moduleobject).GetUrls(_alias.Path, page.Path, pageModule.Module);
|
||||
foreach (var url in urls)
|
||||
|
|
Loading…
Reference in New Issue
Block a user