[ACA-4124] Change name displayed for groups in Add Permission Panel Component (#6305)

* [ACA-4124] Change property displayd for groups in Add Permission Panel Component

* [ACA-4124] Add 503 localization

* Fix e2e test

* Fix e2e test
This commit is contained in:
davidcanonieto
2020-11-10 10:18:59 +00:00
committed by GitHub
parent 53dcccd7cb
commit 973b58f420
4 changed files with 29 additions and 12 deletions

View File

@@ -54,8 +54,8 @@
<mat-icon id="add-person-icon" mat-list-icon>person_add</mat-icon>
</ng-template>
<p>
{{item.entry?.properties['cm:authorityName']?
item.entry?.properties['cm:authorityName'] :
{{item.entry?.properties['cm:authorityDisplayName']?
item.entry?.properties['cm:authorityDisplayName'] :
item.entry?.properties['cm:owner']?.displayName}}</p>
</mat-list-option>
</mat-selection-list>