7.9 Отображение колонок профиля и права

3 октября 2025 г.

17:35

  1. projects\qer\src\lib\profile\profile.component.ts

Закомментить

//isReadOnly: () => !column.GetMetadata().CanEdit(),

Добавить

isReadOnly: () => true,

  1. В конфигурации API Portal в секции Web Portal изменить конф параметр

Identity data / Writable attributes (ServerConfig/PersonConfig/VI_PersonalData_Fields)


Administration Portal > Configuration: Web Portal (click on: three dots icon)

Create configuration key

Select where to add the configuration key: API method configuration

Name of the new configuration key: person_masterdata

[Create]

[search] person_masterdata

API method configuration / person_masterdata / Read-only properties

MiddleName

[Add]

[Apply]

From \<https://www.oneidentity.com/community/identity-manager/f/forum/37469/make-identity-s-field-not-editable-on-angular-web-portal/90103>