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 906caa06c04 kie-issues#2268: DMN Editor: Import Java Classes button 
missing in Data Types panel due to missing channelType pro (#3494)
906caa06c04 is described below

commit 906caa06c0469ac28a9df678c2d1a6c5d2d98764
Author: Adarsh vk <[email protected]>
AuthorDate: Fri Mar 13 19:02:09 2026 +0530

    kie-issues#2268: DMN Editor: Import Java Classes button missing in Data 
Types panel due to missing channelType pro (#3494)
---
 packages/dmn-editor-envelope/src/NewDmnEditorFactory.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/dmn-editor-envelope/src/NewDmnEditorFactory.tsx 
b/packages/dmn-editor-envelope/src/NewDmnEditorFactory.tsx
index 3878c546854..a470c4fc1e3 100644
--- a/packages/dmn-editor-envelope/src/NewDmnEditorFactory.tsx
+++ b/packages/dmn-editor-envelope/src/NewDmnEditorFactory.tsx
@@ -74,6 +74,7 @@ export class NewDmnEditorInterface extends DmnEditorInterface 
{
             this.initArgs.channel === ChannelType.ONLINE || 
this.initArgs.channel === ChannelType.ONLINE_MULTI_FILE
           }
           isReadOnly={this.initArgs.isReadOnly}
+          channelType={this.initArgs.channel}
           locale={this.initArgs.initialLocale}
           onOpenedBoxedExpressionEditorNodeChange={(newOpenedNodeId) => {
             (


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to