diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/server/ServerFacade.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/server/ServerFacade.js
index c5e4b57d5aa13606593c18b7fcbaa41f61ebb341..a840fa575a2d8926734e2ca49bb35372b4f6304b 100644
--- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/server/ServerFacade.js
+++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/server/ServerFacade.js
@@ -1316,6 +1316,7 @@ function ServerFacade(openbisServer) {
 			sampleFetchOptions.withRegistrator();
 			sampleFetchOptions.withModifier();
 			sampleFetchOptions.withExperiment();
+			sampleFetchOptions.withProperties();
 			v3api.searchGlobally(searchCriteria, fetchOptions).done(function(results) {
 				var v1Samples = [];
 				var objects = results.getObjects();