V14: Refactor icons for tree items (#14477)
* Remove icons from base models * Update OpenApi spec * Updated schema * Cleanup * Fix Response Type --------- Co-authored-by: Zeegaan <nge@umbraco.dk> Co-authored-by: Elitsa <elm@umbraco.dk>
This commit is contained in:
@@ -32,7 +32,6 @@ public class DictionaryTreeControllerBase : EntityTreeControllerBase<EntityTreeI
|
||||
var hasChildren = (await DictionaryItemService.GetChildrenAsync(dictionaryItem.Key)).Any();
|
||||
return new EntityTreeItemResponseModel
|
||||
{
|
||||
Icon = Constants.Icons.Dictionary,
|
||||
Name = dictionaryItem.ItemKey,
|
||||
Id = dictionaryItem.Key,
|
||||
Type = Constants.UdiEntityType.DictionaryItem,
|
||||
|
||||
Reference in New Issue
Block a user