abp
abp copied to clipboard
ExtraProperties `AllowUserToEdit` parameter implementation [MVC/Blazor]
Use-Case Example
(1) add custom configuration to a property of user
(2) check it on the profile management page
It will be disabled by default.
awaiting blazor implementation
Hello,
I just updated to ABP 6.0 final (MVC) and added
options => { options.Configuration["AllowUserToEdit"] = false; }
to my ExtraProperties - however, they are still editable from the user's Account Manage Page. What am I doing wrong?
Hello,
I just updated to ABP 6.0 final (MVC) and added
options => { options.Configuration["AllowUserToEdit"] = false; }
to my ExtraProperties - however, they are still editable from the user's Account Manage Page. What am I doing wrong?
Which UI Type are you using?
Hi @enisn
I'm using LeptonX Commercial 1.0.0-rc.7 for MVC
Hello @enisn,
it's easy to reproduce:
- create new solution with 6.0.0 final
- UI Framework: MVC
- Theme: LeptonX
Add to MyProjectModuleExtensionConfigurator:
Run project, create a user and login as this user, go to My Account > Personal info:
As you see, it is editable.
Please reopen this issue and fix it. Thanks!
Hi @cbogner85 , It seems you're using commercial template.
I realized the issue and we've fixed it. It'll be released in patch version 6.0.1 as soon as possible.