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

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

parent 2b6d3ea1
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -38,7 +38,7 @@ define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) { ...@@ -38,7 +38,7 @@ define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) {
}; };
}, { }, {
fetchOptions : "CustomDSSServiceFetchOptions", fetchOptions : "CustomDSSServiceFetchOptions",
code: "CustomDSSServiceCode" code: "CustomDssServiceCode"
}); });
return CustomDSSService; return CustomDSSService;
}) })
\ No newline at end of file
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