I can load and save Jira and Table Processor details
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user