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)
|
this.#boot.secureFetch(this.#serviceurl + "/infrastructures/" + exec.fullinfrastructure.id)
|
||||||
.then(resp=>{
|
.then(resp=>{
|
||||||
if(resp.ok){
|
if(resp.ok){
|
||||||
|
this.#data.executable = true
|
||||||
this.showMethod()
|
this.showMethod()
|
||||||
this.initInputValues(exec.fullrequest.inputs)
|
this.initInputValues(exec.fullrequest.inputs)
|
||||||
this.initOptionValues(exec.fullrequest)
|
this.initOptionValues(exec.fullrequest)
|
||||||
|
|
Loading…
Reference in New Issue