-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
...client/hmi-client/src/components/workflow/ops/document/tera-document-operation-drilldown.vue
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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.
...client/hmi-client/src/components/workflow/ops/document/tera-document-operation-drilldown.vue
Outdated
Show resolved
Hide resolved
Removing code change from |
There was a problem hiding this 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.
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.
Resolves #(issue)