Skip to content

GitHub Issue 898: SampleFinder: MVFK over MVTC with special characters result in bad sql error#7474

Open
XingY wants to merge 2 commits intodevelopfrom
fb_mvtcMVFK
Open

GitHub Issue 898: SampleFinder: MVFK over MVTC with special characters result in bad sql error#7474
XingY wants to merge 2 commits intodevelopfrom
fb_mvtcMVFK

Conversation

@XingY
Copy link
Contributor

@XingY XingY commented Mar 4, 2026

Rationale

Issue link

When a MultiChoice field contains options that contains double quote character, the field fails to display properly when queried as a multi-value foreign key, such as Ancestor columns for sample finder. This is due to GROUP_CONCAT escapes double quote with ", but MultiChoice.Array.from expects GoogleSheetMultiValue, which escapes quote with double quotes "".

This PR also contains package version update for Issue 897: Study dataset should not allow multivalue text choice as a third key

Related Pull Requests

Changes

  • Replace \" with "" for MultiChoice array {} value used by MultiValuedRenderContext so splitStringToValuesForImport can operates on them correctly.

@XingY XingY requested a review from labkey-matthewb March 4, 2026 22:24
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.

1 participant