Skip to content

Commit

Permalink
make sure application is found for raw_application and review_applica…
Browse files Browse the repository at this point in the history
…tion (#4482)
  • Loading branch information
kristinmerbach authored and charlienparker committed Sep 16, 2024
1 parent eafbd39 commit 50e4bca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
module FinancialAssistance
# IAP application controller
class ApplicationsController < FinancialAssistance::ApplicationController

before_action :set_current_person
before_action :set_family
before_action :find_application, :except => [:index, :index_with_filter, :new, :review, :raw_application]
before_action :find_application, :except => [:index, :index_with_filter, :new]
if EnrollRegistry.feature_enabled?(:bs4_consumer_flow)
before_action :enable_bs4_layout, only: [:application_year_selection, :application_checklist, :edit, :eligibility_results, :review_and_submit, :review,
:submit_your_application, :wait_for_eligibility_response, :preferences, :application_publish_error, :eligibility_response_error, :index, :index_with_filter]
Expand Down

0 comments on commit 50e4bca

Please sign in to comment.