Explorar el Código

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

This is for the sync:true execution.
Romain hace 6 años
padre
commit
0efca3c4f8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;