Merge pull request #2049 from umbraco/temp-U4-5672

U4-5672 Properties and Tabs moving/incorrect when Enable list view se…
This commit is contained in:
Warren Buckley
2017-07-17 09:41:37 +01:00
committed by GitHub

View File

@@ -165,7 +165,7 @@ namespace Umbraco.Web.Models.Mapping
var listViewTab = new Tab<ContentPropertyDisplay>();
listViewTab.Alias = Constants.Conventions.PropertyGroups.ListViewGroupName;
listViewTab.Label = localizedTextService.Localize("content/childItems");
listViewTab.Id = 25;
listViewTab.Id = display.Tabs.Count() + 1;
listViewTab.IsActive = true;
var listViewConfig = editor.PreValueEditor.ConvertDbToEditor(editor.DefaultPreValues, preVals);