abpframework / abp

Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.41k stars 3.34k forks source link

Setting management feature not appears on menu #19724

Open lommez opened 1 month ago

lommez commented 1 month ago

How can I enable the Setting Management feature? This is not enabled by default when using startup templates? I'm using the admin user, and try to do the following below:

image

image

What is missing? Thanks

abdullahshaqaliah commented 1 month ago

Hi Try Adding the module name AbpFeatureManagementWebModule

lommez commented 1 month ago

@abdullahshaqaliah I´ve added that module and still not appearing

abdullahshaqaliah commented 1 month ago

There a lot of modules that should be added for features try adding all of these modules for each project that belongs typeof(AbpFeatureManagementApplicationModule), typeof(AbpFeatureManagementEntityFrameworkCoreModule), typeof(AbpFeatureManagementHttpApiModule), typeof(AbpFeatureManagementWebModule),

Your application is a Microservice or a Monolithic application??
lommez commented 1 month ago

I´ll try to do that.. My application is a monolithic, is it just a simple startup template, to see how those features works.

lommez commented 1 month ago

Still not working, do i have to use an specific user or a role? In the docs, all examples are using admin user

maliming commented 1 month ago

Make sure you have permission to see the settings page.

https://github.com/abpframework/abp/blob/dev/modules/setting-management/src/Volo.Abp.SettingManagement.Application.Contracts/Volo/Abp/SettingManagement/SettingManagementPermissionDefinitionProvider.cs#L9-L20