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 d136521ba3caa73942d63ff201322bf401ef10c2..66e2a02e0ed64a2a27b1e49decd7b445131e111a 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 @@ -332,7 +332,6 @@ function ServerFacade(openbisServer) { var dssServicePermId = new DssServicePermId(serviceId, dataStoreId); var options = new AggregationServiceExecutionOptions(); - options.withParameter("dataStoreCode", dataStoreCode); options.withParameter("sessionToken", parameters["sessionToken"]); options.withParameter("entities", parameters["entities"]);