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

use feedback submitted by rather than assigned caseworker for appointment feedback page #2040

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rgforsyth
Copy link
Contributor

What does this pull request do?

Displays the caseworker that submitted the feedback for an appointment, rather than the currently assigned caseworker.

What is the intent behind these changes?

Currently the wrong caseworker is displayed on the check your answers and feedback page.

@rgforsyth rgforsyth requested a review from a team as a code owner July 14, 2023 14:59
return typeof this.assignedCaseworker === 'string'
? this.assignedCaseworker
: `${(<AuthUserDetails>this.assignedCaseworker).firstName} ${(<AuthUserDetails>this.assignedCaseworker).lastName}`
return typeof this.feedbackSubmittedBy === 'string'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wanted to understand if this.feedbackSubmittedBy can be a String as well

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.

2 participants