Jelajahi Sumber

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

This is for the sync:true execution.
Romain 6 tahun lalu
induk
melakukan
0efca3c4f8
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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;