Support SVG icon in action menu (#12403)
* Support custom SVG icon in menu item with legacy support * Update menu icons * Update action icons * Adjust icons in menu actions with legacy fallback * Don't use legacy icon * Update comments
This commit is contained in:
committed by
GitHub
parent
048193e3a5
commit
d051f850eb
@@ -53,7 +53,6 @@ namespace Umbraco.Cms.Web.BackOffice.Trees
|
||||
|
||||
}
|
||||
|
||||
|
||||
protected override IEnumerable<TreeNode> GetTreeNodesFromService(string id, FormCollection queryStrings)
|
||||
=> _memberGroupService.GetAll()
|
||||
.OrderBy(x => x.Name)
|
||||
|
||||
Reference in New Issue
Block a user