pull/14209/head
Enis Necipoglu 3 years ago
parent fd4061d52a
commit a00c65217a

@ -66,6 +66,7 @@
<TextEdit @bind-Text="@PersonalInfoModel.PhoneNumber" />
</Field>
// TODO: Move this logic to 'ExtensionProperties' component.
@foreach (var propertyInfo in ObjectExtensionManager.Instance.GetProperties<PersonalInfoModel>())
{
var isAllowed = propertyInfo.Configuration.GetOrDefault(IdentityModuleExtensionConsts.ConfigurationNames.AllowUserToEdit);

Loading…
Cancel
Save