This is an automated email from the ASF dual-hosted git repository.
tiagobento 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 98d90d1f0d4 NO-ISSUE: DMN Editor: Validate knowledge source node name
to be unique (#2362)
98d90d1f0d4 is described below
commit 98d90d1f0d404b514d1387393bdeef7481160058
Author: Jozef Marko <[email protected]>
AuthorDate: Thu May 23 16:05:32 2024 +0200
NO-ISSUE: DMN Editor: Validate knowledge source node name to be unique
(#2362)
---
packages/dmn-editor/src/diagram/nodes/Nodes.tsx | 1 -
1 file changed, 1 deletion(-)
diff --git a/packages/dmn-editor/src/diagram/nodes/Nodes.tsx
b/packages/dmn-editor/src/diagram/nodes/Nodes.tsx
index 2f730c1be34..ed0e4e33324 100644
--- a/packages/dmn-editor/src/diagram/nodes/Nodes.tsx
+++ b/packages/dmn-editor/src/diagram/nodes/Nodes.tsx
@@ -728,7 +728,6 @@ export const KnowledgeSourceNode = React.memo(
setEditing={setEditingLabel}
value={knowledgeSource["@_label"] ?? knowledgeSource["@_name"]}
onChange={setName}
- skipValidation={true}
onGetAllUniqueNames={getAllFeelVariableUniqueNames}
shouldCommitOnBlur={true}
fontCssProperties={fontCssProperties}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]