Skip to content
Snippets Groups Projects
Commit cb300fe8 authored by parkera's avatar parkera
Browse files

SSDM-3024 : Search call for samples (ongoing work)

SVN: 35885
parent 439980b0
No related branches found
No related tags found
No related merge requests found
......@@ -772,6 +772,7 @@ function ServerFacade(openbisServer) {
//TO-DO Setting the fetchOptions given standard settings
var fetchOptions = new SampleFetchOptions();
fetchOptions.withTags();
fetchOptions.withType();
fetchOptions.withSpace();
fetchOptions.withExperiment();
......
......@@ -397,8 +397,8 @@ function AdvancedSearchView(advancedSearchController, advancedSearchModel) {
};
var rowClick = function(e) {
switch(e.data["@type"]) {
case "as.dto.sample.Sample":
switch(e.data.entityKind) {
case "Sample":
mainController.changeView('showViewSamplePageFromPermId', e.data.permId);
break;
}
......
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