Skip to content

Conversation

@cnathe
Copy link
Contributor

@cnathe cnathe commented Aug 22, 2025

Rationale

https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=53586
see related PR for rationale

Related Pull Requests

Changes

  • Elispot domain case to use Domain.addProperty method with option to provide your own propURISuffix

for (PropertyStorageSpec propSpec : domainKind.getBaseProperties(null))
{
DomainProperty prop = antigenWellGroupDomain.addProperty(propSpec);
DomainProperty prop = antigenWellGroupDomain.addProperty(propSpec, Lsid.encodePart(propSpec.getName()));
Copy link
Contributor

Choose a reason for hiding this comment

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

Would it be better to have addProperty() handle the encoding?

@cnathe cnathe merged commit 0f2e6e5 into develop Aug 23, 2025
6 checks passed
@cnathe cnathe deleted the fb_propertyURILength branch August 23, 2025 12:03
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