Skip to content
Snippets Groups Projects
Commit fd8f558c authored by vkovtun's avatar vkovtun
Browse files

SSDM-13926: Fixing the failing JS vs Java API test.

parent f13d992e
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -15,7 +15,7 @@ ...@@ -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) { var SelectedFields = function(attributes, properties) {
this.attributes = attributes; this.attributes = attributes;
this.properties = properties; this.properties = properties;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment