fixed assign reviewer
This commit is contained in:
parent
26090ef99a
commit
c9844526c4
@ -37,7 +37,7 @@ export class FileActionService {
|
||||
}
|
||||
|
||||
public async assignToMe(file?: FileStatus, callback?: Function) {
|
||||
if (file.currentReviewer) {
|
||||
if (!file.currentReviewer) {
|
||||
await this._assignReviewerToCurrentUser(file, callback);
|
||||
} else {
|
||||
this._dialogService.openAssignFileToMeDialog(file ? file : this._appStateService.activeFile, async () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user