Skip to content

Commit

Permalink
Fix empty version strings on Data Management and Test Queue pages (#839)
Browse files Browse the repository at this point in the history
* Add versionString to mutation

* Remove comments

* Fix similar issue happening on the Test Queue page when assigning and removing testers and also removing test results

---------

Co-authored-by: Howard Edwards <[email protected]>
  • Loading branch information
Paul-Clue and howard-e authored Nov 20, 2023
1 parent a5f0e80 commit 878fe80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/components/DataManagement/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export const UPDATE_TEST_PLAN_VERSION_PHASE = gql`
phase
gitSha
gitMessage
versionString
updatedAt
draftPhaseReachedAt
candidatePhaseReachedAt
Expand Down Expand Up @@ -153,6 +154,7 @@ export const UPDATE_TEST_PLAN_VERSION_RECOMMENDED_TARGET_DATE = gql`
phase
gitSha
gitMessage
versionString
updatedAt
draftPhaseReachedAt
candidatePhaseReachedAt
Expand Down
2 changes: 2 additions & 0 deletions client/components/TestQueue/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,13 @@ export const TEST_PLAN_REPORT_QUERY = gql`
testPlanVersion {
id
title
phase
gitSha
gitMessage
testPlan {
directory
}
versionString
updatedAt
}
draftTestPlanRuns {
Expand Down

0 comments on commit 878fe80

Please sign in to comment.