Test multi choice field for Dataset#7411
Merged
DariaBod merged 15 commits intofb_mvtc_convertfrom Feb 17, 2026
Merged
Conversation
|
ERROR: A pull request from |
labkey-danield
approved these changes
Feb 16, 2026
|
ERROR: A pull request from |
labkey-tchad
approved these changes
Feb 17, 2026
DariaBod
added a commit
that referenced
this pull request
Feb 20, 2026
* Support field type conversion for Multi Choice fields * crlf * Port Is empty filter changes from fb_mvtc_empty branch * fix display * Handle special characters * clean * merge from develop * new changes for test * fix column name with space * fix schema name * fix encoding * Enable MVTC fields in sample finder. Remove experimental flag * crlf * skip sql server * Switch to use columnInfo.convert * Code review changes * Fix type * Fix biologics vector selection BiologicsAPITest.setVectorAliasViaLegacyUI * Fix dataclass update * bug fixes * fix date format in name expression * bug fixes * bug fixes: natural sorting with upper case first, remove default value advanced setting, fix styling * Disallow multi choice * api test for dataclass * Fix dataclass attachment on update * merge from develop * fix allow multi check * Fix mvfk input * Update warning msg on data type convert * Bug fix: edit in grid includes unchanged mvtc in audit, saved custom view for fields containing special characters * Bug fix: edit in grid includes unchanged mvtc in audit, saved custom view for fields containing special characters * publish * fix empty * add comment * bug fixes * bug fixes * fixed study and list tests * add screenshot * Test multi choice field for Dataset (#7411) * new changes for test * fixed study and list tests * add screenshot * merge from develop * Python does have a filter operator "enum" * LKS dataregion display * bring back experimental flag * merge from develop * fix more filter display * fix Date * Revert convertType to use DBTable instead of QueryTable due to MVIndicator expect DB field * merge from develop * Fix update lock value warning * Fix alias * merge from develop * clean unused import --------- Co-authored-by: XingY <xyang@labkey.com> Co-authored-by: labkey-danield <danield@labkey.com> Co-authored-by: labkey-tchad <tchad@labkey.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale
Added test for create and update dataset with multi choice field.
Related Pull Requests