master #14

Merged
m.lettere merged 15 commits from master into prod 2024-06-04 18:54:59 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ac10c3ba34 - Show all commits

View File

@ -563,7 +563,7 @@ class CCPExecutionHistory extends HTMLElement {
if(ev.target.getAttribute("name") === "archiveoutputs"){
if(confirm(" Please confirm archiving of execution outputs to workspace folder?")){
const id = ev.currentTarget.getAttribute("data-index")
this.toOutputArchiveFolder(id)
this.toOutputsArchiveFolder(id)
}
}
},