Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting management feature not appears on menu #19724

Open
lommez opened this issue May 7, 2024 · 6 comments
Open

Setting management feature not appears on menu #19724

lommez opened this issue May 7, 2024 · 6 comments

Comments

@lommez
Copy link

lommez commented May 7, 2024

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
Copy link

Hi
Try Adding the module name AbpFeatureManagementWebModule

@lommez
Copy link
Author

lommez commented May 7, 2024

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

@abdullahshaqaliah
Copy link

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
Copy link
Author

lommez commented May 7, 2024

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
Copy link
Author

lommez commented May 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants