jomarko commented on code in PR #2158:
URL:
https://github.com/apache/incubator-kie-tools/pull/2158#discussion_r1489227884
##########
packages/dmn-editor/src/diagram/nodes/OutgoingStuffNodePanel.tsx:
##########
@@ -74,6 +74,7 @@ export function OutgoingStuffNodePanel(props: { isVisible:
boolean; nodeTypes: N
type={"source"}
style={handleStyle}
position={RF.Position.Top}
+ title={edgeType}
Review Comment:
Without this, there is no visual information about the edge type in this
panel:

however, currently `edgeType` will translate as, for example,
`edge_informationRequirement`. We should probably add a translation mechanism
for this? If we agree we want to add this `title`?
##########
packages/dmn-editor/src/diagram/nodes/OutgoingStuffNodePanel.tsx:
##########
@@ -111,6 +112,7 @@ export function OutgoingStuffNodePanel(props: { isVisible:
boolean; nodeTypes: N
type={"source"}
style={handleStyle}
position={RF.Position.Top}
+ title={nodeType}
Review Comment:
same as previous comment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]