diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/server/ServerFacade.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/server/ServerFacade.js index 88c3fe233f637ecee648c6bba4f276ec832901c9..cfefe1dd31624bbba72005221a9603c853e852db 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/server/ServerFacade.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/server/ServerFacade.js @@ -828,6 +828,16 @@ function ServerFacade(openbisServer) { case "Attribute": setAttributeCriteria(searchCriteria, fieldName, fieldValue); break; + case "Sample": + switch(fieldNameType) { + case "PROP": + setPropertyCriteria(searchCriteria.withSample(), fieldName, fieldValue); + break; + case "ATTR": + setAttributeCriteria(searchCriteria.withSample(), fieldName, fieldValue); + break; + } + break; case "Experiment": switch(fieldNameType) { case "PROP":