This is an automated email from the ASF dual-hosted git repository.
thiagoelg 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 e267b90ece2 NO-ISSUE: Add missing locale to BpmnEditorRoot (#3561)
e267b90ece2 is described below
commit e267b90ece2c07eaf70acbccd4a29ff0980ef712
Author: Kbowers <[email protected]>
AuthorDate: Wed May 6 21:06:22 2026 +0200
NO-ISSUE: Add missing locale to BpmnEditorRoot (#3561)
---
packages/bpmn-editor-envelope/src/BpmnEditorRoot.tsx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/packages/bpmn-editor-envelope/src/BpmnEditorRoot.tsx
b/packages/bpmn-editor-envelope/src/BpmnEditorRoot.tsx
index d8a31263e63..f2647d441a7 100644
--- a/packages/bpmn-editor-envelope/src/BpmnEditorRoot.tsx
+++ b/packages/bpmn-editor-envelope/src/BpmnEditorRoot.tsx
@@ -69,6 +69,7 @@ export type BpmnEditorRootProps = {
onChange: React.Dispatch<React.SetStateAction<CustomTask[]>>;
thisBpmnsNormalizedPosixPathRelativeToTheWorkspaceRoot: string | undefined;
doneBootstrapping: PromiseImperativeHandle<void>;
+ locale: string;
}>;
workspaceRootAbsolutePosixPath: string;
keyboardShortcutsService: KeyboardShortcutsService | undefined;
@@ -569,6 +570,7 @@ export class BpmnEditorRoot extends
React.Component<BpmnEditorRootProps, BpmnEdi
}
onChange={this.setCustomTasks}
doneBootstrapping={this.customTasksManagerDoneBootstraping}
+ locale={this.props.locale}
/>
</>
)}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]