Don't reset to 'NEW' when unassigning
This commit is contained in:
parent
eff8ba66a4
commit
0fbe2e512e
@ -107,8 +107,7 @@ export class AssignReviewerApproverDialogComponent {
|
|||||||
this.dossier.id,
|
this.dossier.id,
|
||||||
)
|
)
|
||||||
.toPromise();
|
.toPromise();
|
||||||
}
|
} else if (this.data.mode === 'reviewer') {
|
||||||
if (this.data.mode === 'reviewer') {
|
|
||||||
await this._filesService
|
await this._filesService
|
||||||
.setReviewerFor(
|
.setReviewerFor(
|
||||||
this.data.files.map(f => f.fileId),
|
this.data.files.map(f => f.fileId),
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 2e9579b3fa49db2387bb149934423b9e033584b3
|
Subproject commit f953aefa0e3d6df24546d7c7182289bb8750e3c0
|
||||||
Loading…
x
Reference in New Issue
Block a user