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