Skip to content

Commit

Permalink
Show existing recommendation note
Browse files Browse the repository at this point in the history
This ensures that when navigating back to this page we show any existing recommendation note.
  • Loading branch information
thomasleese committed Feb 21, 2024
1 parent 423c109 commit 08abfab
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ def show
end

def edit
@form = AssessmentDeclarationDeclineForm.new
@form =
AssessmentDeclarationDeclineForm.new(
recommendation_assessor_note: session[:recommendation_assessor_note],
)
end

def update
Expand Down

0 comments on commit 08abfab

Please sign in to comment.