I can load and save Jira and Table Processor details

This commit is contained in:
2025-07-04 19:03:32 +02:00
parent 8e718ecb67
commit f86f4852c7
8 changed files with 321 additions and 78 deletions

View File

@@ -1,6 +1,5 @@
.wkf-toolbox-item {
cursor: grab;
color: var(--color-neutral);
}
.wkf-toolbox-item:active {
@@ -74,7 +73,6 @@
border: 2px solid transparent;
transition: all 0.2s;
height: 64px;
color: var(--color-neutral);
}
.wkf-workflow-component:hover {

View File

@@ -217,10 +217,10 @@ function bindWorkflowDesignerToolbox(elementId) {
if (!component) return;
componentId = component.dataset.componentId
htmx.ajax('POST', '/workflows/select-connection', {
target: `#c_${elementId}`,
htmx.ajax('POST', '/workflows/select-component', {
target: `#p_${elementId}`,
headers: {"Content-Type": "application/x-www-form-urlencoded"},
swap: "innerHTML",
swap: "outerHTML",
values: {
_id: elementId,
component_id: componentId