Skip to content

Fix fieldKey encoding for CustomizeView column picker - #3148

Merged
labkey-tchad merged 4 commits into
developfrom
fb_encodeCVFieldKey
Aug 12, 2026
Merged

Fix fieldKey encoding for CustomizeView column picker#3148
labkey-tchad merged 4 commits into
developfrom
fb_encodeCVFieldKey

Conversation

@labkey-tchad

@labkey-tchad labkey-tchad commented Aug 10, 2026

Copy link
Copy Markdown
Member

Rationale

The customize view column picker has unusual encoding for the data-recordId attribute. The Java URLEncoder we're trying to use doesn't encode the same set of characters covered by the JavaScript encodeURI method. There's no good Java equivalent without adding imports. We can just call the same method through WebDriver.

Related Pull Requests

Changes

  • Fix fieldKey encoding for CustomizeView column picker

@labkey-tchad labkey-tchad self-assigned this Aug 11, 2026
@labkey-tchad
labkey-tchad merged commit a826311 into develop Aug 12, 2026
7 checks passed
@labkey-tchad
labkey-tchad deleted the fb_encodeCVFieldKey branch August 12, 2026 18:29
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