Skip to content

Commit

Permalink
Hide LoPS request page when not received
Browse files Browse the repository at this point in the history
If the LoPS has been received we should hide the page asking the
applicants to request their LoPS as it's confusing.
  • Loading branch information
thomasleese committed Mar 12, 2024
1 parent 741dd39 commit 41881e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def request_further_information?
def request_professional_standing_certificate?
teaching_authority_provides_written_statement &&
professional_standing_request&.requested? &&
!professional_standing_request&.received? &&
(
!requires_preliminary_check ||
assessment&.all_preliminary_sections_passed?
Expand Down

0 comments on commit 41881e6

Please sign in to comment.