Skip to content

GitHub Issue #1061: Error loading assay import page when Participant/Visit resolver field is set to 'fixed value' default#7592

Merged
cnathe merged 2 commits intorelease26.3-SNAPSHOTfrom
26.3_fb_ptidVisitResolver1061
Apr 17, 2026
Merged

GitHub Issue #1061: Error loading assay import page when Participant/Visit resolver field is set to 'fixed value' default#7592
cnathe merged 2 commits intorelease26.3-SNAPSHOTfrom
26.3_fb_ptidVisitResolver1061

Conversation

@cnathe
Copy link
Copy Markdown
Contributor

@cnathe cnathe commented Apr 17, 2026

Rationale

#1061 Error loading import page when NAb assay participant/resolver field is set to 'fixed value' default

This PR fixes a page load error on the assay import page when a Participant/Visit resolver field is set to a 'fixed value' default (i.e., when disabledInput is true). The fix changes how the hidden element is
generated in the disabled state: instead of calling .appendTo(out) which writes HTML immediately and returns the HtmlWriter as a value, it calls .getHtmlString() which returns a proper HtmlString DOM node.

Related Pull Requests

Changes

  • ParticipantVisitResolverChooser disabled state fix to use getHtmlString() isntead of appendTo()

…x to use getHtmlString() isntead of appendTo()
@cnathe cnathe merged commit e82c821 into release26.3-SNAPSHOT Apr 17, 2026
7 checks passed
@cnathe cnathe deleted the 26.3_fb_ptidVisitResolver1061 branch April 17, 2026 21:15
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