Ensure Id element is still exported for Tabs (older CMS versions break without it present)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user