Ver código fonte

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

This is for the sync:true execution.
Romain 6 anos atrás
pai
commit
0efca3c4f8
1 arquivos alterados com 1 adições e 0 exclusões
  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;