Skip to content

Commit 9a208e9

Browse files
committed
Merge branch 'master' of github.com:HumanBrainProject/hbp-validation-framework
2 parents 1d3a6bd + 69e2cbb commit 9a208e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation_service/app/js/service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ ContextServices.service('Context', ['$rootScope', '$location', 'AppIDRest', 'Col
181181
var newTab_goToMorphologyViewer = function(model_instance, model_id) {
182182
_getCollabIDAndAppIDFromUrl("model_catalog").then(function(ids) {
183183
var url_collab = encodeURIComponent("https://collab.humanbrainproject.eu/#/collab/" + ids.collab_id + "/nav/" + ids.app_id + "?state=model." + model_id + ",external")
184-
var url = "https://neuroinformatics.nl/HBP/morphology-viewer-dev/?hbp-model-instance-id=" + model_instance.id + "&referrer=" + url_collab;
184+
var url = "https://neuroinformatics.nl/HBP/morphology-viewer-dev/?url=" + model_instance.morphology + "&referrer=" + url_collab;
185185
window.open(url, '_blank')
186186
})
187187
}

0 commit comments

Comments
 (0)