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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user