Skip to content

Commit

Permalink
Merge pull request #140 from nscuro/fix-analysis-suppression
Browse files Browse the repository at this point in the history
Fix analysis justification and response being reset when suppressing a finding
  • Loading branch information
stevespringett authored Apr 27, 2022
2 parents da770ab + 3a02b9f commit 366220e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/portfolio/projects/ProjectFindings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
watch: {
isSuppressed: function (currentValue, oldValue) {
if (oldValue != null) {
this.callRestEndpoint(this.analysisState, null, null, null, null, currentValue);
this.callRestEndpoint(this.analysisState, this.analysisJustification, this.analysisResponse, null, null, currentValue);
}
}
},
Expand Down

0 comments on commit 366220e

Please sign in to comment.