Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple input field open when selecting one #4957

Merged
merged 5 commits into from
Sep 27, 2024
Merged

multiple input field open when selecting one #4957

merged 5 commits into from
Sep 27, 2024

Conversation

asylves1
Copy link
Contributor

@asylves1 asylves1 commented Sep 26, 2024

Description

Issue:
When a user clicks on an equation, all of the equations input field appear. This is due to the equations all sharing the same name:

Change:
Add the array index of the equation to the name parameter.

Testing:
Add 2 equations using the add equation field and select one of the equations. Only one input field should appear.

image
image

Resolves #(issue)

@asylves1 asylves1 marked this pull request as ready for review September 26, 2024 21:08
@asylves1 asylves1 requested review from kbirk and mloppie and removed request for mwdchang, jryu01 and Tom-Szendrey September 26, 2024 21:09
@mwdchang mwdchang self-requested a review September 27, 2024 01:12
Copy link
Member

@mwdchang mwdchang left a comment

Choose a reason for hiding this comment

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

Can you please provide better PR description and testing instructions?

Your description "stops all input fields from opening when only the selected one should" seems like it has nothing to do with the source code change, which is about appending output-ports from what I can gather. Not sure if we are missing some commits, but better clarity would help the reviewers as well as tracking purposes.

@asylves1
Copy link
Contributor Author

Removing code change from tera-document-operation-drilldown.vue
Will open a new PR because the design has changed

Copy link
Member

@mwdchang mwdchang left a comment

Choose a reason for hiding this comment

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

I am not sure what the changes relate to or how to test it.
Code looks okay.

@asylves1 asylves1 merged commit 711f502 into main Sep 27, 2024
4 checks passed
@asylves1 asylves1 deleted the equation-input branch September 27, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants