@yousolution/node-red-contrib-you-sap-service-layer 0.2.11 → 0.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/nodes/deleteSap.html +5 -0
- package/nodes/support.js +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/nodes/deleteSap.html
CHANGED
package/nodes/support.js
CHANGED
|
@@ -251,7 +251,9 @@ function generateRequest(node, msg, config, options) {
|
|
|
251
251
|
if (!entityId && config.entity != 'UDO' && config.entity != 'UDT') {
|
|
252
252
|
throw new Error('Missing entityId');
|
|
253
253
|
}
|
|
254
|
+
|
|
254
255
|
const docEntry = msg[config.docEntry];
|
|
256
|
+
|
|
255
257
|
if (config.entity == 'UDO') {
|
|
256
258
|
if (!docEntry) {
|
|
257
259
|
throw new Error('Missing docEntry');
|