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

FFT-80 Integrate payroll into forecast #541

Merged
merged 6 commits into from
Nov 11, 2024
Merged

FFT-80 Integrate payroll into forecast #541

merged 6 commits into from
Nov 11, 2024

Conversation

SamDudley
Copy link
Contributor

No description provided.

@@ -68,7 +70,7 @@
<ul className="cost-centre-list">
{displayedCentres.map((costCentre, index) => {
return <li key={index}>
<a href={ `/forecast/edit/${costCentre.code}/${forecastFinYear}` } className="govuk-link">{costCentre.code} - {costCentre.name}</a>
<a href={ `/${nextPage}/edit/${costCentre.code}/${forecastFinYear}` } className="govuk-link">{costCentre.code} - {costCentre.name}</a>

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
@CaitBarnard CaitBarnard marked this pull request as ready for review November 11, 2024 14:32
@CaitBarnard CaitBarnard requested a review from a team as a code owner November 11, 2024 14:32
@SamDudley SamDudley enabled auto-merge (squash) November 11, 2024 15:33
@SamDudley SamDudley merged commit d41004e into main Nov 11, 2024
4 checks passed
@SamDudley SamDudley deleted the v2.0/edit-payroll branch November 11, 2024 15:34
@SamDudley SamDudley restored the v2.0/edit-payroll branch November 11, 2024 15:34
@SamDudley SamDudley deleted the v2.0/edit-payroll branch November 11, 2024 15:34
@SamDudley SamDudley restored the v2.0/edit-payroll branch November 11, 2024 15:34
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