Skip to content

Fix data region column name references #901

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

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

labkey-tchad
Copy link
Member

Rationale

My previous DataRegionTable refactor attempted to recreate the previous behavior that would remove spaces when matching field labels. I covered the case where the test passed in an unnecessary space but not when they omitted a space. Rather that duplicating that particular behavior, this updates the handful of tests that are passing incorrect field labels.

I've also updated the CustomizeView helper to accept FieldKey objects instead of String arrays.

Related Pull Requests

Changes

  • Remove unnecessary logging parameters from the CustomizeView helper
  • Update CustomizeViewHelper to use FieldKey
  • Fix problematic data region column name references

Remove unnecessary logging parameters from CustomizeViewHelper
Update CustomizeViewHelper to use FieldKey
Copy link

ERROR: A pull request from 25.7_fb_dataRegionCleanup is expected to target release25.7-SNAPSHOT, not develop

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.

3 participants