adobe / acc-js-sdk

A JavaScript SDK for Adobe Campaign Classic
Apache License 2.0
21 stars 22 forks source link

NEO-67140: fixing schemaName when the queryDef result is empty #98

Closed blfakir closed 1 year ago

blfakir commented 1 year ago

Description

The QueryDef result for temporary schema is incorrect for empty results: In case of a workflow we have the output : { 'workflow:1047471_query2_result': [] }

instead of { 'workflow_1047471_query2_result': [] }

Related Issue

NEO-67140

Motivation and Context

The change is fixing an issue when doing a preview of a workflow transition

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: