Skip to content
Snippets Groups Projects
Commit 49d6f154 authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-2718 : Introduce a new core plugin type: a reporting service for...

SSDM-2718 : Introduce a new core plugin type: a reporting service for application server - minor: rename variable

SVN: 35619
parent 97e46cec
No related branches found
No related tags found
No related merge requests found
...@@ -564,13 +564,13 @@ define([ 'jquery', 'util/Json' ], function($, stjsUtil) { ...@@ -564,13 +564,13 @@ define([ 'jquery', 'util/Json' ], function($, stjsUtil) {
}); });
} }
this.executeCustomASService = function(serviceId, parameters) { this.executeCustomASService = function(serviceId, options) {
var thisFacade = this; var thisFacade = this;
return thisFacade._private.ajaxRequest({ return thisFacade._private.ajaxRequest({
url : openbisUrl, url : openbisUrl,
data : { data : {
"method" : "executeCustomASService", "method" : "executeCustomASService",
"params" : [ thisFacade._private.sessionToken, serviceId, parameters ] "params" : [ thisFacade._private.sessionToken, serviceId, options ]
} }
}); });
} }
......
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