Skip to content

Commit

Permalink
#466 Save report template with analyzer name
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Mar 20, 2018
1 parent 984dbf5 commit 73eda34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
};

this.formData = _.pick(reportTemplate, 'id', 'reportType', 'content');
this.formData.analyzerId = this.analyzer.id;
this.formData.analyzerId = this.analyzer.name || this.analyzer.id;

this.cancel = function () {
$uibModalInstance.dismiss();
Expand Down

0 comments on commit 73eda34

Please sign in to comment.