Browse Source

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

This is for the sync:true execution.
Romain 6 năm trước cách đây
mục cha
commit
0efca3c4f8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;