Fixed edit dossier dictionary permissions
This commit is contained in:
parent
ce1f98d5f0
commit
a89268aee0
@ -9,7 +9,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="display-name">
|
||||
<div *ngIf="canEdit" class="display-name">
|
||||
<div translate="edit-dossier-dialog.dictionary.display-name.edit"></div>
|
||||
<iqser-editable-input
|
||||
(save)="updateDisplayName($event)"
|
||||
|
||||
@ -30,7 +30,7 @@ export class EditDossierDictionaryComponent implements EditDossierSectionInterfa
|
||||
private readonly _loadingService: LoadingService,
|
||||
private readonly _formBuilder: FormBuilder
|
||||
) {
|
||||
this.canEdit = this._permissionsService.isDossierMember(this.dossierWrapper) || this._permissionsService.isAdmin();
|
||||
this.canEdit = this._permissionsService.isDossierMember(this.dossierWrapper);
|
||||
}
|
||||
|
||||
get changed() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user