breaking search modifications into smaller PRs

This commit is contained in:
sbwalker
2024-06-28 15:43:54 -04:00
parent 22063248ca
commit 0178e015e3
9 changed files with 89 additions and 57 deletions

View File

@ -62,7 +62,8 @@ namespace Oqtane.Modules.HtmlText.Manager
Title = module.Title,
Description = string.Empty,
Body = htmltext.Content,
ModifiedTime = htmltext.ModifiedOn
ContentModifiedBy = htmltext.ModifiedBy,
ContentModifiedOn = htmltext.ModifiedOn
});
}