Skip to content

Commit

Permalink
bs4 fix update consumer error (#4480)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlienparker authored and kristinmerbach committed Sep 6, 2024
1 parent b689aea commit 1bfb10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/insured/consumer_roles_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Insured::ConsumerRolesController < ApplicationController

layout :resolve_layout

before_action :enable_bs4_layout, only: [:privacy, :search, :match, :edit, :ridp_agreement, :help_paying_coverage, :upload_ridp_document] if EnrollRegistry.feature_enabled?(:bs4_consumer_flow)
before_action :enable_bs4_layout, only: [:privacy, :search, :match, :edit, :update, :ridp_agreement, :help_paying_coverage, :upload_ridp_document] if EnrollRegistry.feature_enabled?(:bs4_consumer_flow)
before_action :check_consumer_role, only: [:search, :match]
before_action :find_consumer_role, only: [:edit, :update]
before_action :individual_market_is_enabled?
Expand Down

0 comments on commit 1bfb10b

Please sign in to comment.