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

Disabling Abp settings on tenants #40

Closed
SeanoNET opened this issue Oct 2, 2020 · 5 comments
Closed

Disabling Abp settings on tenants #40

SeanoNET opened this issue Oct 2, 2020 · 5 comments

Comments

@SeanoNET
Copy link

SeanoNET commented Oct 2, 2020

Hi!

Thanks for providing this awesome module.

I am seeking advice around disabling the default Abp settings from displaying for tenants.

For example i would like the host admin to control System and Mail settings and not the individual users or tenant admins.

image

Is it possible accomplish this in the current version 1.1.10?

@wakuflair
Copy link
Member

Sorry the feature you want is not implemented currently.
However I think it's pretty simple, there are some discussion: #12 (comment)

Maybe you can PR for it 😄

@wakuflair
Copy link
Member

Recently I'm considering adding a "permission" property to a setting property, like:

  "Test.Setting2": {
    "Group1": "TestGroup1",
    "Group2": "TestGroup2",
    "Type": "checkbox",
    "Permission": "MyProject.MyPermissions.AllowSettingSetting2"
  }

In this way, only granted users can see the setting in SettingUI, how about that?

@SeanoNET
Copy link
Author

@wakuflair Sounds good!

@cihangll
Copy link
Contributor

Hi @wakuflair ,
Solution available in this this PR.

@wakuflair
Copy link
Member

Resolved with #46

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