Skip to content
Snippets Groups Projects
Commit 269e5e44 authored by juanf's avatar juanf
Browse files

SSDM-180 : PAPER/PETER - ELN UI - Storing tables configuration by user (Small fixes)

SVN: 33729
parent 0e41419b
No related branches found
No related tags found
No related merge requests found
...@@ -690,7 +690,7 @@ function MainController(profile) { ...@@ -690,7 +690,7 @@ function MainController(profile) {
mainController.changeView('showViewSamplePageFromPermId', e.data.permId); mainController.changeView('showViewSamplePageFromPermId', e.data.permId);
} }
var dataGrid = new DataGridController("Search Results", columns, getDataList, rowClick, true); var dataGrid = new DataGridController("Search Results", columns, getDataList, rowClick, true, "SEARCH_OPENBIS");
localReference.currentView = dataGrid; localReference.currentView = dataGrid;
dataGrid.init($("#mainContainer")); dataGrid.init($("#mainContainer"));
history.pushState(null, "", ""); //History Push State history.pushState(null, "", ""); //History Push State
...@@ -815,7 +815,7 @@ function MainController(profile) { ...@@ -815,7 +815,7 @@ function MainController(profile) {
} }
} }
var dataGrid = new DataGridController(searchDomainLabel + " Search Results", columns, getDataList, rowClick, true); var dataGrid = new DataGridController(searchDomainLabel + " Search Results", columns, getDataList, rowClick, true, "SEARCH_BLAST");
localReference.currentView = dataGrid; localReference.currentView = dataGrid;
dataGrid.init($("#mainContainer")); dataGrid.init($("#mainContainer"));
history.pushState(null, "", ""); //History Push State history.pushState(null, "", ""); //History Push State
......
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