From 6aafbfb2452747d7b1496fd790a41c775400db80 Mon Sep 17 00:00:00 2001 From: Shannon Date: Tue, 15 Mar 2016 15:25:05 +0100 Subject: [PATCH] U4-8106 Content type inheritance can be broken by compositions --- .../overlays/contenttypeeditor/compositions/compositions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/common/overlays/contenttypeeditor/compositions/compositions.html b/src/Umbraco.Web.UI.Client/src/views/common/overlays/contenttypeeditor/compositions/compositions.html index 9952f980d9..6554a0377f 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/overlays/contenttypeeditor/compositions/compositions.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/overlays/contenttypeeditor/compositions/compositions.html @@ -32,7 +32,7 @@
  • + ng-class="{'-disabled': compositeContentType.allowed===false || compositeContentType.inherited, '-selected': vm.isSelected(compositeContentType.contentType.alias)}">
    @@ -41,7 +41,7 @@ checklist-model="model.compositeContentTypes" checklist-value="compositeContentType.contentType.alias" ng-change="model.selectCompositeContentType(compositeContentType.contentType)" - ng-disabled="compositeContentType.allowed===false"/> + ng-disabled="compositeContentType.allowed===false || compositeContentType.inherited"/>