Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Candidate_list] Latest Visit Status value is ambiguous #5115

Closed
xlecours opened this issue Aug 26, 2019 · 2 comments · Fixed by #7759
Closed

[Candidate_list] Latest Visit Status value is ambiguous #5115

xlecours opened this issue Aug 26, 2019 · 2 comments · Fixed by #7759
Labels
Stale PR has had no activity. Should be triaged for review or possibly closed as low priority.

Comments

@xlecours
Copy link
Contributor

In the candidate list query, max(s.Current_stage) AS LatestVisitStatus will return the the highest value amongst all session Current_stage for the candidate. The highest value is calculated alphabetically.

(enum('Not Started','Screening','Visit','Approval','Subject','Recycling Bin'))

So as long as any session Current_stage is 'Visit', the LatestVisitStatus will always be 'Visit'.

@stale
Copy link

stale bot commented Jan 7, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale PR has had no activity. Should be triaged for review or possibly closed as low priority. label Jan 7, 2020
@zaliqarosli
Copy link
Contributor

duplicate of #7093, closing this issue

driusan added a commit to driusan/Loris that referenced this issue Oct 29, 2021
The max alphabetical visit doesn't mean anything.

Resolves aces#5115, aces#7093
driusan added a commit to driusan/Loris that referenced this issue May 17, 2022
The max alphabetical visit doesn't mean anything.

Resolves aces#5115, aces#7093
driusan added a commit that referenced this issue Oct 14, 2022
The max alphabetical visit doesn't mean anything. (See resolved issues for explanation.)

Resolves #5115, #7093
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale PR has had no activity. Should be triaged for review or possibly closed as low priority.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants