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

Fixed bug in Append Dialogue #9410

Merged
merged 1 commit into from
Feb 16, 2025

Conversation

N-thony
Copy link
Collaborator

@N-thony N-thony commented Feb 3, 2025

Fixes #9352
@rdstern @derekagorhom The issue was in ucrReceiver.vb at line 499. When setting or updating the R code, the SetControlValue sub is called, which attempts to auto-fill the control.

In the case of a multiple receiver, values are added as a group, typically using a dataframe name from the selector's tag or the current selector's dataframe name. However, in this dialogue, the selector only contains a list of data names, leading to the anticipated group name being set as data_names for values added to the multiple receiver. Have a look.

@derekagorhom
Copy link
Contributor

@N-thony , It works
Thanks

Copy link
Collaborator

@rdstern rdstern left a comment

Choose a reason for hiding this comment

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

@N-thony seems fine now. Thanks.
@Patowhiz this is a small bug-fix. Can you please check and merge.

@rdstern
Copy link
Collaborator

rdstern commented Feb 7, 2025

@Patowhiz could you please approve, so it can be included in this new version?

@rdstern
Copy link
Collaborator

rdstern commented Feb 15, 2025

@Patowhiz you have said skype has become tricky for you, but you have also become quiet on github?

@Patowhiz Patowhiz merged commit b8b0a32 into IDEMSInternational:master Feb 16, 2025
2 checks passed
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.

Small oddity in adding data frames in Append dialog
4 participants