Content app for dictionary items (#11553)

This commit is contained in:
patrickdemooij9
2022-02-28 15:01:18 +01:00
committed by GitHub
parent e6d6dce3a8
commit a27da0fced
14 changed files with 249 additions and 182 deletions

View File

@@ -129,7 +129,7 @@ namespace Umbraco.Cms.Web.BackOffice.Mapping
target.AllowedActions = GetActions(source, parent, context);
target.AllowedTemplates = GetAllowedTemplates(source);
target.ContentApps = _commonMapper.GetContentApps(source);
target.ContentApps = _commonMapper.GetContentAppsForEntity(source);
target.ContentTypeId = source.ContentType.Id;
target.ContentTypeKey = source.ContentType.Key;
target.ContentTypeAlias = source.ContentType.Alias;