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

@@ -149,7 +149,7 @@ namespace Oqtane.Infrastructure
// module content
if (globalReplace.Content)
{
pageModule.Module.IPortable = "Global Replace";
pageModule.Module.IPortableContext = "Global Replace";
var content = moduleRepository.ExportModule(pageModule.Module);
if (!string.IsNullOrEmpty(content) && content.Contains(WebUtility.HtmlEncode(find), comparisonType))
{