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 7d391954cc0df567cf89c6b69f04a80c54a70634..14a7517701c83de610e15fe66f46a5861125f525 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
@@ -906,7 +906,9 @@ function ServerFacade(openbisServer) {
 				
 				
 				//Optional fetchOptions
-				if(!advancedFetchOptions) {
+				if(!advancedFetchOptions || 
+					(advancedFetchOptions && !advancedFetchOptions.withType) || 
+					(advancedFetchOptions && !advancedFetchOptions.only)) {
 					if(fetchOptions.withType) {
 						fetchOptions.withType();
 					}