rename property to IPortableContext

This commit is contained in:
sbwalker
2026-03-05 13:43:45 -05:00
parent c2bb6be2da
commit d2e5ab61da
5 changed files with 7 additions and 7 deletions

View File

@@ -535,7 +535,7 @@ namespace Oqtane.Repository
if (!string.IsNullOrEmpty(pageTemplateModule.Content))
{
var module = _moduleRepository.GetModule(pageModule.ModuleId);
module.IPortable = "Site Template";
module.IPortableContext = "Site Template";
if (!_moduleRepository.ImportModule(module, pageTemplateModule.Content))
{
if (alias != null)