-
Notifications
You must be signed in to change notification settings - Fork 189
[Feedback] Fix typo in getSummaryOfThreads #8889
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
[Feedback] Fix typo in getSummaryOfThreads #8889
Conversation
|
As I check out the PR and do a make dev, I'm getting a 500 error: |
|
f4ec431 to
a67466c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix looks good + Works on my machine
|
@CamilleBeau is this supposed to go to main or to the next bugfix release? |
@driusan It could go to the bugfix release. What branch is that? |
a67466c to
f35cb50
Compare
The base branch was changed.
Brief summary of changes
I had looked into the suspected bug and confirmed that it is indeed a bug.
This PR fixes the BVL Feedback summary in instruments by taking the commentID for query params from the array _feedbackObjectInfo instead of _feedbackCandidateProfileInfo, which only included candidate specific data instead of instrument specific data.
Testing instructions (if applicable)