Skip to content

Conversation

@driusan
Copy link
Collaborator

@driusan driusan commented Oct 31, 2025

The instrument list after expanding a visit does not have all of
its data loaded, only the "Completion". This fixes the loading
so that the testname/completion/etc are loaded and clickable.

Dave MacFarlane added 2 commits October 31, 2025 10:29
LINST instruments currently throw an exception because getExaminerNames is
called to get a list of examiners to pass to addElement. However, getExaminerNames
calls getField("Examiner") to get the default value. Since addElement hasn't
been called yet, it throws an exception saying the field does not exist
for the instrument.

This bypasses it by calling getInstanceData and getting the examiner key
directly.
The instrument list after expanding a visit does not have all of
its data loaded, only the "Completion". This fixes the loading
so that the testname/completion/etc are loaded and clickable.
@github-actions github-actions bot added Language: PHP PR or issue that update PHP code Module: instruments PR or issue related to instruments module labels Oct 31, 2025
@driusan driusan force-pushed the FixCandidateProfileBVLWidget branch from 796f87e to 2aa83b1 Compare October 31, 2025 14:53
@racostas racostas self-requested a review October 31, 2025 15:13
Copy link
Contributor

@racostas racostas left a comment

Choose a reason for hiding this comment

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

LGTM.
image

@racostas racostas added the Passed manual tests PR has been successfully tested by at least one peer label Oct 31, 2025
@driusan driusan merged commit 346c6e8 into aces:27.0-release Oct 31, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Language: PHP PR or issue that update PHP code Module: instruments PR or issue related to instruments module Passed manual tests PR has been successfully tested by at least one peer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants