Skip to content
Snippets Groups Projects
Commit b866f987 authored by cramakri's avatar cramakri
Browse files

BIS-263 SP-400 : Clicking on a sample identifier opens the sample.

SVN: 27801
parent 85c625af
No related branches found
No related tags found
No related merge requests found
......@@ -437,7 +437,8 @@ SampleGraphPresenter.prototype.toggleExpand = function(svgNode, d) {
}
SampleGraphPresenter.prototype.openSample = function(svgNode, d) {
// console.log(["open sample", d.permId]);
var url = "/openbis/index.html?viewMode=SIMPLE#entity=SAMPLE&permId=" + d.permId;
window.open(url, '_blank');
}
/// The model that manages state and implements the operations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment