From 80e8fc567ab801cf814b35950c79cc65af189ab3 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Mon, 7 Nov 2016 13:37:57 +0000 Subject: [PATCH] SSDM-2597 : data set file search fix SVN: 37275 --- .../1/as/webapps/eln-lims/html/js/controllers/MainController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/MainController.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/MainController.js index 555d7b7b94f..c279982d5a8 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/MainController.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/MainController.js @@ -701,7 +701,7 @@ function MainController(profile) { $("#search").removeClass("search-query-searching"); localReference.changeView("showAdvancedSearchPage", value); } - } else if(searchDomain == "filesearch") { + } else if(searchDomain == "data-set-file-search") { localReference.serverFacade.searchOnSearchDomain(searchDomain, value, function(data) { if(localSearchId === localReference.lastSearchId) { -- GitLab