The laa-apply-for-legal-aid system is a web service by use for solicitors providing legal aid services to enter applications for legal aid on-line. It asks for details of applicant means (income and assets), and the merits of a case, and gives a decision on whether legal aid can be granted or not, and if so, will push the application through to back-end processes for payment.
If e.g 11 applications exist, and there are 10 on each page, when the 11th is deleted, the application tried to redirect to page 2. Address this so it always redirects to page 1
Checklist
Before you ask people to review this PR:
Tests and rubocop should be passing: bundle exec rake
Github should not be reporting conflicts; you should have recently run git rebase main.
What
Link to story
If e.g 11 applications exist, and there are 10 on each page, when the 11th is deleted, the application tried to redirect to page 2. Address this so it always redirects to page 1
Checklist
Before you ask people to review this PR:
bundle exec rake
git rebase main
.