Skip to content

Commit

Permalink
#1567 Fix id fields in observable details
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Oct 5, 2020
1 parent e75112b commit 91f3527
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@

$scope.openArtifact = function (a) {
$state.go('app.case.observables-item', {
caseId: a['case'].id,
itemId: a.id
caseId: a.stats['case']._id,
itemId: a._id
});
};

Expand Down

0 comments on commit 91f3527

Please sign in to comment.