Ensure Id element is still exported for Tabs (older CMS versions break without it present)

This commit is contained in:
Ronald Barendse
2021-08-21 11:43:11 +02:00
parent 5f372a3329
commit d1457702b2

View File

@@ -506,6 +506,7 @@ namespace Umbraco.Core.Services.Implement
foreach (var propertyGroup in propertyGroups)
{
yield return new XElement("Tab", // TODO Rename to PropertyGroup
new XElement("Id", propertyGroup.Id),
new XElement("Key", propertyGroup.Key),
new XElement("Type", propertyGroup.Type.ToString()),
new XElement("Caption", propertyGroup.Name), // TODO Rename to Name (same in PackageDataInstallation)