Skip to content

Commit

Permalink
Tester Re-responded fix (#224)
Browse files Browse the repository at this point in the history
* TypeScript Fix

* Force Status Done when submit is clicked
  • Loading branch information
ptvrajsk authored Oct 4, 2019
1 parent dd82840 commit 6bed81b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/shared/tester-response/tester-response.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ export class TesterResponseComponent implements OnInit {
return;
}
this.isFormPending = true;

if (this.isNewResponse()) {
this.issue.status = STATUS.Done;
}
this.issue.status = STATUS.Done;

this.issueService.updateIssue(this.issue).pipe(finalize(() => {
this.isFormPending = false;
Expand Down

0 comments on commit 6bed81b

Please sign in to comment.