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

SSDM-3109 : Advanced search, correct attributes for sample experiment, bugfix.

SVN: 36031
parent ca1f8663
No related branches found
No related tags found
No related merge requests found
......@@ -226,8 +226,8 @@ function AdvancedSearchView(advancedSearchController, advancedSearchModel) {
var _this = this;
var model = null;
var attributesModel = null;
if(parentOrChildrenOrExperiment === "Experiment") {
attributesModel = this._getFieldNameAttributesByEntityKind("Experiment");
if(parentOrChildrenOrExperiment === "EXPERIMENT") {
attributesModel = this._getFieldNameAttributesByEntityKind("EXPERIMENT");
} else {
attributesModel = this._getFieldNameAttributesByEntityKind(entityKind);
}
......
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