Pārlūkot izejas kodu

HUE-9000 [editor] Propagate the sync results into the handle

This is for the sync:true execution.
Romain 6 gadi atpakaļ
vecāks
revīzija
0efca3c4f8
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      desktop/core/src/desktop/js/api/apiHelper.js

+ 1 - 0
desktop/core/src/desktop/js/api/apiHelper.js

@@ -2075,6 +2075,7 @@ class ApiHelper {
           const executeResponse = {};
           if (response.handle) {
             executeResponse.handle = response.handle;
+            executeResponse.handle.result = response.result;
           } else {
             reject('No handle in execute response');
             return;