From fd8f558c4cc21322d59ba9a9e234f6e8366a863a Mon Sep 17 00:00:00 2001 From: vkovtun <viktor.kovtun@id.ethz.ch> Date: Mon, 21 Aug 2023 16:10:17 +0200 Subject: [PATCH] SSDM-13926: Fixing the failing JS vs Java API test. --- .../src/v3/as/dto/exporter/data/SelectedFields.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-openbis-javascript/src/v3/as/dto/exporter/data/SelectedFields.js b/api-openbis-javascript/src/v3/as/dto/exporter/data/SelectedFields.js index a4db232a30f..3ca4a85c0e6 100644 --- a/api-openbis-javascript/src/v3/as/dto/exporter/data/SelectedFields.js +++ b/api-openbis-javascript/src/v3/as/dto/exporter/data/SelectedFields.js @@ -15,7 +15,7 @@ * */ -define(["stjs", "as/dto/exporter/ExportableFields"], function (stjs, ExportableFields) { +define(["stjs", "as/dto/exporter/IExportableFields"], function (stjs, ExportableFields) { var SelectedFields = function(attributes, properties) { this.attributes = attributes; this.properties = properties; -- GitLab