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

BIS-772: Fixing JS DTOs.

parent 2817f9c2
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -40,7 +40,9 @@ define(["stjs", "as/dto/common/operation/IOperationResult"],
return this.exportResult;
}
},
{}
{
exportResult: "ExportResult"
}
);
return ExportOperationResult;
......
......@@ -16,7 +16,9 @@
*/
define(["stjs"], function (stjs) {
var ExportData = function() {
var ExportData = function(permIds, fields) {
this.permIds = permIds;
this.fields = fields;
}
stjs.extend(
......
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