Fix a whole bunch of other errors

This commit is contained in:
Nikolaj
2020-09-15 15:14:44 +02:00
parent 44848e567c
commit 633d42039e
39 changed files with 207 additions and 151 deletions

View File

@@ -1289,7 +1289,7 @@ namespace Umbraco.Core.Packaging
else if (string.IsNullOrEmpty((string)elementCopy.Element("Master")) == false &&
templateElements.Any(x => (string)x.Element("Alias") == (string)elementCopy.Element("Master")) == false)
{
_logger.Info<PackageDataInstallation>(
_logger.LogInformation(
"Template '{TemplateAlias}' has an invalid Master '{TemplateMaster}', so the reference has been ignored.",
(string)elementCopy.Element("Alias"),
(string)elementCopy.Element("Master"));