This is an automated email from the ASF dual-hosted git repository.
caponetto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new d473eceeb8b KOGITO-10020: In Runtime-tools the Serverless Workflow
diagram is not loading (#2122)
d473eceeb8b is described below
commit d473eceeb8b1f14cf48f8294eeddbb31d4b5e0ef
Author: Fabrizio Antonangeli <[email protected]>
AuthorDate: Thu Jan 18 14:48:31 2024 +0100
KOGITO-10020: In Runtime-tools the Serverless Workflow diagram is not
loading (#2122)
---
.../envelope/components/SwfCombinedEditor/SwfCombinedEditor.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git
a/packages/runtime-tools-enveloped-components/src/workflowDetails/envelope/components/SwfCombinedEditor/SwfCombinedEditor.tsx
b/packages/runtime-tools-enveloped-components/src/workflowDetails/envelope/components/SwfCombinedEditor/SwfCombinedEditor.tsx
index 3e6dabb997c..01052836849 100644
---
a/packages/runtime-tools-enveloped-components/src/workflowDetails/envelope/components/SwfCombinedEditor/SwfCombinedEditor.tsx
+++
b/packages/runtime-tools-enveloped-components/src/workflowDetails/envelope/components/SwfCombinedEditor/SwfCombinedEditor.tsx
@@ -87,6 +87,7 @@ const SwfCombinedEditor: React.FC<ISwfCombinedEditorProps &
OUIAProps> = ({
isReadOnly: true,
fileExtension: `sw.${getFileType()}`,
fileName: `workflow.sw.${getFileType()}`,
+ path: `*.sw.${getFileType()}`,
};
}, [source]);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]