Merge branch 'adiDev' into develop
This commit is contained in:
commit
397c39f92a
1 changed files with 1 additions and 2 deletions
|
|
@ -10081,10 +10081,9 @@ export class ProfileController extends Controller {
|
||||||
profile.isActive = false;
|
profile.isActive = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await this.profileRepo.save(profile, { data: request });
|
await this.profileRepo.save(profile, { data: request });
|
||||||
setLogDataDiff(request, { before, after: profile });
|
setLogDataDiff(request, { before, after: profile });
|
||||||
|
await removeProfileInOrganize(profile.id, "OFFICER");
|
||||||
return new HttpSuccess();
|
return new HttpSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue