Skip to content

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
@github-actions
Copy link

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

Copy link
Contributor

@labkey-danield labkey-danield left a comment

Choose a reason for hiding this comment

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

Several of the changes I'm taking at face value. If the test passes on TeamCity then I'm assuming it is good.

* @return The data-recordid property of the <tr> element for the specified field in the "Available Fields" column tree.
*/
private WebElement expandPivots(String[] fieldKeyParts)
private WebElement expandPivots(CharSequence fieldIdentifier)
Copy link
Contributor

Choose a reason for hiding this comment

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

nit:
Maybe update the javadoc comment for the method to reference fieldIdentifier and not fieldKeyParts.

@labkey-tchad labkey-tchad changed the base branch from develop to release25.7-SNAPSHOT July 2, 2025 20:56
@labkey-tchad labkey-tchad merged commit 7615619 into release25.7-SNAPSHOT Jul 2, 2025
7 checks passed
@labkey-tchad labkey-tchad deleted the 25.7_fb_dataRegionCleanup branch July 2, 2025 20:59
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.

4 participants