Skip to content
Snippets Groups Projects
Commit bb3171ec authored by Adam Laskowski's avatar Adam Laskowski
Browse files

BIS-711: fixes to js-api for execution of custom dss scripts

parent f09c9b8f
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -5,7 +5,7 @@ define([ "stjs", "dss/dto/common/operation/IOperationResult" ], function(stjs, I ...@@ -5,7 +5,7 @@ define([ "stjs", "dss/dto/common/operation/IOperationResult" ], function(stjs, I
this.result = result; this.result = result;
}; };
stjs.extend(ExecuteCustomDSSServiceOperationResult, null, [ IOperationResult ], function(constructor, prototype) { stjs.extend(ExecuteCustomDSSServiceOperationResult, null, [ IOperationResult ], function(constructor, prototype) {
prototype['@type'] = 'dss.dto.service.execute.ExecuteCustomASServiceOperationResult'; prototype['@type'] = 'dss.dto.service.execute.ExecuteCustomDSSServiceOperationResult';
prototype.result = null; prototype.result = null;
prototype.getResult = function() { prototype.getResult = function() {
return this.result; return this.result;
......
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