File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ script:
631
631
var addEntriesTemplate = '<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:act="http://ws.v1.service.resource.manager.product.arcsight.com/activeListService/" xmlns:xsd="http://activelist.model.v1.service.resource.manager.product.arcsight.com/xsd"><soapenv:Header /><soapenv:Body><act:addEntries><act:authToken>%authToken%</act:authToken><act:resourceId>%resourceId%</act:resourceId><act:entryList>%entryList%</act:entryList></act:addEntries></soapenv:Body></soapenv:Envelope>';
632
632
633
633
function addEntries() {
634
- var entries;
634
+ var entries = args.entries ;
635
635
if (typeof args.entries === 'string') {
636
636
try {
637
637
entries = JSON.parse(args.entries);
@@ -1231,3 +1231,4 @@ script:
1231
1231
execution: true
1232
1232
isfetch: true
1233
1233
hidden: false
1234
+ releaseNotes: "Fixed as-add-entries bug. Passing entries array from context now works"
You can’t perform that action at this time.
0 commit comments