set executable flag
This commit is contained in:
parent
423cfc7bed
commit
09114defad
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue