Skip to content

Commit

Permalink
Merge pull request #1793 from DFE-Digital/overdue-lops
Browse files Browse the repository at this point in the history
Add status for overdue LoPS
  • Loading branch information
thomasleese authored Nov 8, 2023
2 parents c5b6905 + f224177 commit 6a7a2eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ def professional_standing_request_task_list_item
status:
if professional_standing_request.verified?
"completed"
elsif professional_standing_request.expired?
"overdue"
elsif professional_standing_request.requested?
"waiting_on"
else
Expand Down

0 comments on commit 6a7a2eb

Please sign in to comment.