set executable flag

This commit is contained in:
dcore94 2024-06-12 12:51:06 +02:00
parent 423cfc7bed
commit 09114defad
1 changed files with 1 additions and 0 deletions

View File

@ -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)