Skip to content

Conversation

@seongjinyoon
Copy link
Contributor

What changes were proposed in this PR?

This PR removes the automatic labeling of dynamically added input and output ports. Previously, when users added new ports to operators, the ports were automatically labeled with their port IDs which caused inconsistencies (e.g., "input-1", "input-2", "output-1", "output-2").

Changes:

  • Modified the addPort method in WorkflowActionService to set the displayName to an empty string instead of using the portID
  • This change affects all dynamically added ports (both input and output)

Before:
Screenshot 2025-12-29 at 4 07 24 PM

After:
Screenshot 2025-12-29 at 4 07 31 PM

Any related issues, documentation, discussions?

This PR resolves #3894.

How was this PR tested?

Tested manually.

Was this PR authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added fix frontend Changes related to the frontend GUI labels Dec 30, 2025
@chenlica chenlica requested a review from kunwp1 December 30, 2025 02:00
@chenlica
Copy link
Contributor

@kunwp1 Can you review this PR with a one-line change?

Copy link
Contributor

@kunwp1 kunwp1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@chenlica chenlica merged commit 39270ec into apache:main Dec 30, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix frontend Changes related to the frontend GUI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent port names

3 participants