Skip to content

Commit

Permalink
Merge pull request #19291 from abpframework/issue-17027-mvc
Browse files Browse the repository at this point in the history
Rearrange template menus
  • Loading branch information
gizemmutukurt authored Mar 15, 2024
2 parents 18db1e2 + c06b08b commit 9682bee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private Task AddCmsMenuAsync(MenuConfigurationContext context)
l["Cms"],
icon: "far fa-newspaper");

context.Menu.AddItem(cmsMenu);
context.Menu.GetAdministration().AddItem(cmsMenu);
}

foreach (var menu in cmsMenus)
Expand Down

0 comments on commit 9682bee

Please sign in to comment.