Ensures that itself is never returned in the list, not even disabled (since you can never select yourself), ensures that any comp already selected is enabled for selection in the UI.

This commit is contained in:
Shannon
2016-01-13 11:33:46 +01:00
parent 85178bbad8
commit 3131096ffb
3 changed files with 17 additions and 6 deletions

View File

@@ -317,7 +317,7 @@
return c.contentType;
});
// convert icons for composite content types
iconHelper.formatContentTypeIcons(contentTypes);
iconHelper.formatContentTypeIcons(contentTypes);
}),
//get content type count
countContentTypeResource().then(function(result) {