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

do not show duplicate results in results table #6884

Closed
wants to merge 7 commits into from

Conversation

BobanL
Copy link
Contributor

@BobanL BobanL commented Oct 30, 2023

BACKEND PULL REQUEST

Related Issue

  • When a result gets corrected, both show up on the results list. In the case of marking it as "duplicated", the result still shows up.
Screenshare.-.2023-10-30.3_40_01.PM.mp4

Changes Proposed

  • Add a where clause that should do where testEvent.testOrder.internalId = testEvent.internalId. This should ensure getting the latest test event from a test order.

Additional Information

  • When trying to join result on test order and then joining on test event, only test order fields would be populated in the query.

Testing

@BobanL BobanL changed the title do not show corrected results in results do not show corrected results in results table Oct 30, 2023
@BobanL BobanL changed the title do not show corrected results in results table do not show duplicate results in results table Oct 30, 2023
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@BobanL BobanL requested a review from zdeveloper October 31, 2023 20:16
@BobanL BobanL closed this Nov 1, 2023
@BobanL BobanL deleted the boban/fix-corrected-results branch November 1, 2023 19:35
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.

1 participant