Skip to content

Fix fieldKey encoding for CustomizeView column picker - #3148

Open
labkey-tchad wants to merge 2 commits into
developfrom
fb_encodeCVFieldKey
Open

Fix fieldKey encoding for CustomizeView column picker#3148
labkey-tchad wants to merge 2 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
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