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

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

parent bb3171ec
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -7,7 +7,7 @@ define([ "stjs", "as/dto/common/id/ObjectPermId", "dss/dto/service/id/ICustomDSS
ObjectPermId.call(this, code);
};
stjs.extend(CustomDSSServiceCode, ObjectPermId, [ ObjectPermId, ICustomDSSServiceId ], function(constructor, prototype) {
prototype['@type'] = 'dss.dto.service.id.CustomDSSServiceCode';
prototype['@type'] = 'dss.dto.service.id.CustomDssServiceCode';
constructor.serialVersionUID = 1;
}, {});
return CustomDSSServiceCode;
......
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