diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/AdvancedSearch/AdvancedSearchView.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/AdvancedSearch/AdvancedSearchView.js index d047eb8e3a7812ad3aefe3f1764462094f581f91..84f6a5ae007d9ca700bc870d3ee16013ae70d009 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/AdvancedSearch/AdvancedSearchView.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/AdvancedSearch/AdvancedSearchView.js @@ -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); }