@itentialopensource/adapter-utils
Advanced tools
Comparing version 4.30.5 to 4.30.6
## 4.30.6 [02-10-2020] | ||
* fix for xml data getting lost | ||
Closes ADAPT-85 | ||
See merge request itentialopensource/adapter-utils!161 | ||
--- | ||
## 4.30.5 [02-07-2020] | ||
@@ -3,0 +13,0 @@ |
@@ -759,7 +759,2 @@ /* @copyright Itential, LLC 2018 */ | ||
// only add body if not a GET | ||
if ((entitySchema.method.toUpperCase() !== 'GET' || entitySchema.sendGetBody) && globalRequestGl) { | ||
thisBdata = transUtilInst.mergeObjects(thisBdata, globalRequestGl.payload); | ||
} | ||
// return the payload if just sending plain text and got plain text | ||
@@ -784,2 +779,7 @@ if (entitySchema && entitySchema.requestDatatype && entitySchema.requestDatatype.toUpperCase() === 'PLAIN') { | ||
// only add body if not a GET | ||
if ((entitySchema.method.toUpperCase() !== 'GET' || entitySchema.sendGetBody) && globalRequestGl) { | ||
thisBdata = transUtilInst.mergeObjects(thisBdata, globalRequestGl.payload); | ||
} | ||
// handle input as JSON | ||
@@ -786,0 +786,0 @@ if (!thisBdata) { |
{ | ||
"name": "@itentialopensource/adapter-utils", | ||
"version": "4.30.5", | ||
"version": "4.30.6", | ||
"description": "Itential Adapter Utility Libraries", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
1615541