abp icon indicating copy to clipboard operation
abp copied to clipboard

Setting management feature not appears on menu

Open lommez opened this issue 1 year ago • 6 comments

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

lommez avatar May 07 '24 02:05 lommez

Hi Try Adding the module name AbpFeatureManagementWebModule

abdullahshaqaliah avatar May 07 '24 04:05 abdullahshaqaliah

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

lommez avatar May 07 '24 12:05 lommez

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??

abdullahshaqaliah avatar May 07 '24 12:05 abdullahshaqaliah

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 avatar May 07 '24 12:05 lommez

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

lommez avatar May 08 '24 02:05 lommez

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

maliming avatar May 09 '24 03:05 maliming