Unified backend change for PMR Pending TrackedItems #96081
Labels
benefits-management-tools
includes Claim Status Tool, Benefits Letters, Payment History
bmt-team-2
Benefits Management Tools Team #2
Problem
This issue is for implementing the PMR Pending changes discussed in this issue and others.
The status of PMR Pending items is erroneously coming in as
NEEDED_FROM_YOU
rather than the correct status ofNEEDED_FROM_OTHERS
. This is causing PMR Pending items to appear in the wrong categorization for the user, appearing as though they need to take action on it when in fact they do not.Solution
The
vets-website
frontend already contains code that corrects this display issue, but a better solution will be to move it to the backend so that the mobile services can also utilize this fix.The code change here, in English, sets all Tracked Items with the "PMR Pending"
display_name
to have a status ofNEEDED_FROM_OTHERS
.Acceptance Criteria
display_name
of PMR Pending will have a status ofNEEDED_FROM_OTHERS
The text was updated successfully, but these errors were encountered: