-
Notifications
You must be signed in to change notification settings - Fork 0
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
PC-550: Add the ability to add bespoke text to LAs on the outcome page #229
Conversation
…artials for existing copy. Map LA Custodian Codes to Partial locations in QuestionnaireController.
{ | ||
return custodianCode switch | ||
{ | ||
"2610" => "~/Views/Partials/ConfirmationLAMessage/Broadland.cshtml", |
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.
You haven't committed a file to this location. It looks like this should just be using the default, unless I'm misreading the ticket.
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.
Yes, good point. Think I got ahead of myself and added this route before we had copy for it. I'll remove this case in the switch. Obviously we could remove the switch statement until we have copy for custom ones, but I think it's worth leaving in for future use unless your opposed to it?
HerPublicWebsite/Views/Partials/ConfirmationLAMessage/Default.cshtml
Outdated
Show resolved
Hide resolved
HerPublicWebsite/Views/Partials/PendingLAMessage/Broadland.cshtml
Outdated
Show resolved
Hide resolved
HerPublicWebsite/Views/Partials/PendingLAMessage/Broadland.cshtml
Outdated
Show resolved
Hide resolved
HerPublicWebsite/Views/Partials/PendingLAMessage/Default.cshtml
Outdated
Show resolved
Hide resolved
HerPublicWebsite/Views/Partials/LocalAuthorityMessages/Pending/Default.cshtml
Outdated
Show resolved
Hide resolved
…h statement to match new directory structure.
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.
Thanks Calum, I think this is looking good now
https://beisdigital.atlassian.net/browse/PC-550