Skip to content

Misc assay issues fixes for 25.7#6760

Merged
cnathe merged 4 commits intodevelopfrom
fb_cory257fixes
Jun 17, 2025
Merged

Misc assay issues fixes for 25.7#6760
cnathe merged 4 commits intodevelopfrom
fb_cory257fixes

Conversation

@cnathe
Copy link
Contributor

@cnathe cnathe commented Jun 16, 2025

Rationale

#755: Assay field type conversion from Boolean to String fails if the name contains uppercase characters
#778: Unable to edit assay run when a run-level sample field's name is > 50 characters
#779: Unable to import assay when result-level Sample field has name > 50 characters

Related Pull Requests

Changes

  • exp SQL upgrade script for MaterialInputs "Role" field length
  • DomainPropertyImpl to use getLegalSelectName for updateBooleanValue()

{
updateBooleanValue(_domain.getDomainKind().getStorageSchemaName() + "." + _domain.getStorageTableName(),
_pd.getStorageColumnName(), _pdOld.getFormat(), null);
_pd.getLegalSelectName(dialect), _pdOld.getFormat(), null);
Copy link
Contributor

Choose a reason for hiding this comment

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

I like this conversion. It does remind me that the need for the implicit lowercasing logic in getLegalSelectNameFromStorageName() is unfortunate.

@cnathe cnathe merged commit 370220f into develop Jun 17, 2025
6 of 12 checks passed
@cnathe cnathe deleted the fb_cory257fixes branch June 17, 2025 17: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.

3 participants