Skip to content

MVTC Bug Bash 1st batch#7490

Open
XingY wants to merge 3 commits intodevelopfrom
fb_mvtc_bash1
Open

MVTC Bug Bash 1st batch#7490
XingY wants to merge 3 commits intodevelopfrom
fb_mvtc_bash1

Conversation

@XingY
Copy link
Contributor

@XingY XingY commented Mar 12, 2026

Rationale

Updating a sample details page shows an update to the MVTC field even when it didn't change
https://github.com/LabKey/internal-issues/issues/913

Using MVTC field in Ancestry Naming Pattern is always blank
https://github.com/LabKey/internal-issues/issues/914

Renamed text choice with a ; displays wrong
https://github.com/LabKey/internal-issues/issues/923

Updating Single Text choice values errors
https://github.com/LabKey/internal-issues/issues/924

Not providing a MVTC value in an assay result throws error
https://github.com/LabKey/internal-issues/issues/925

GitHub Issue 935 Changing from MVTC to TC wraps all values in curly braces

Related Pull Requests

Changes

@XingY XingY requested a review from labkey-matthewb March 12, 2026 04:55
// GitHub Issue 925: Not providing a MVTC value in an assay result throws error
// convert blank to empty array, not null
values[i] = column.converter.convert(column.clazz, fld);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm, another example of why I'd love if DataLoader stopped doing conversions altogether.

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.

2 participants