I can load and save Jira and Table Processor details
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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