RED-6330: Fixed owner in list of member options (again)
This commit is contained in:
parent
10e011a311
commit
cdc8b7ed9e
@ -145,6 +145,7 @@ export class EditDossierTeamComponent implements EditDossierSectionInterface, On
|
|||||||
.map(user => user.id);
|
.map(user => user.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Debounce(0)
|
||||||
onChangeOwner(ownerId: string) {
|
onChangeOwner(ownerId: string) {
|
||||||
if (this.hasOwner) {
|
if (this.hasOwner) {
|
||||||
if (!this.isApprover(ownerId)) {
|
if (!this.isApprover(ownerId)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user