diff --git a/ccp/js/executionformcontroller.js b/ccp/js/executionformcontroller.js index 76a18b6..e5e8e4d 100644 --- a/ccp/js/executionformcontroller.js +++ b/ccp/js/executionformcontroller.js @@ -350,6 +350,7 @@ class CCPExecutionForm extends HTMLElement{ this.#boot.secureFetch(this.#serviceurl + "/infrastructures/" + exec.fullinfrastructure.id) .then(resp=>{ if(resp.ok){ + this.#data.executable = true this.showMethod() this.initInputValues(exec.fullrequest.inputs) this.initOptionValues(exec.fullrequest)