Commit ab0aea0
authored
Add job link to reference flow question (#8431)
## Trello card URL
https://trello.com/c/SwlSZ9QT/2471-update-reference-flow-question
## Changes in this PR:
This PR adds a link to one of the questions in the reference flow to
allow the referee to refer to the job in question.
## Screenshots of UI changes:
<img width="1023" height="300" alt="Screenshot 2026-01-16 at 14 28 57"
src="https://github.com/user-attachments/assets/0f8d87f3-9d25-435e-a94e-fe6e422e254a"
/>
## Checklists:
### Data & Schema Changes
If this PR modifies data structures or validations, check the following:
- [ ] Adds/removes model validations
- [ ] Adds/removes database fields
- [ ] Modifies Vacancy enumerables (phases, working patterns, job roles,
key stages, etc.)
<details>
<summary>If any of the above options has changed then the author must
check/resolve all of the following...</summary>
### Integration Impact
Does this change affect any of these integrations?
- [ ] DfE Analytics platform
- [ ] Legacy imports mappings
- [ ] DWP Find a Job export mappings
- [ ] Publisher ATS API (may require mapping updates or API versioning)
### User Experience & Data Integrity
Could this change impact:
- [ ] Existing subscription alerts (will legacy subscription search
filters break?)
- [ ] Legacy vacancy copying (will copied vacancies fail new
validations?)
- [ ] In-progress drafts for Vacancies or Job Applications
</details>1 parent 456a4e4 commit ab0aea0
File tree
2 files changed
+5
-2
lines changed- app/views/referees/build_references
- config/locales/publishers
2 files changed
+5
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
225 | 228 | | |
226 | 229 | | |
227 | 230 | | |
| |||
0 commit comments