status / assignee updates
This commit is contained in:
parent
f34b6ce743
commit
249c9bbd5e
@ -100,6 +100,14 @@ export class AssignReviewerApproverDialogComponent {
|
||||
async save() {
|
||||
this._loadingService.start();
|
||||
try {
|
||||
if (!this.selectedUser) {
|
||||
await this._filesService
|
||||
.setUnassigned(
|
||||
this.data.files.map(f => f.fileId),
|
||||
this.dossier.id,
|
||||
)
|
||||
.toPromise();
|
||||
}
|
||||
if (this.data.mode === 'reviewer') {
|
||||
await this._filesService
|
||||
.setReviewerFor(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user