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

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