mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user