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

SSDM-5381 : STORAGE in object browser

SVN: 38559
parent bb0f987a
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ function SampleTableView(sampleTableController, sampleTableModel) {
this._getAllSampleTypesDropdown = function() {
var _this = this;
var $sampleTypesSelector = FormUtil.getSampleTypeDropdown(null, false);
var $sampleTypesSelector = FormUtil.getSampleTypeDropdown(null, false, ["STORAGE"]);
$sampleTypesSelector.change(function() {
var sampleTypeToShow = $(this).val();
......
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