Skip to content

Commit

Permalink
#295 Display file name in observable conflict dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Aug 28, 2017
1 parent 2ad04fb commit 4fd91e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/scripts/controllers/case/ObservableCreationCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

return _.map(failures, function(observable) {
return {
data: observable.object.data,
data: observable.object.dataType === 'file' ? observable.object.attachment.name : observable.object.data,
type: observable.type
};
});
Expand Down

0 comments on commit 4fd91e2

Please sign in to comment.