EasyAbp / AbpHelper.CLI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
MIT License
285 stars 95 forks source link

Need a module parent menu item. #45

Closed gdlcf88 closed 4 years ago

gdlcf88 commented 4 years ago

Need parent menu item to group the Entity menu items.

For example:

Menu:TodoManagement ---- Menu:TodoManagement.Todos -------- Menu:TodoManagement.Todos.Todo

Refer to https://github.com/abpframework/abp/blob/dev/modules/blogging/src/Volo.Blogging.Web/BloggingMenuContributor.cs#L27

gdlcf88 commented 4 years ago

By default, developers don't want every entity of a module to have a first-level menu item.

wakuflair commented 4 years ago

It's a bit tricky to handle the menu generation, so refer to https://github.com/EasyAbp/AbpHelper.CLI/issues/41, developers should adjust menu structure manually.