Skip to content

Commit

Permalink
Add missing delegation for core register new user wizard (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaierhofer committed Aug 19, 2024
1 parent 67bc167 commit fd0eb06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hitobito_sac_cas/wagon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class Wagon < Rails::Engine
QualificationKind.include SacCas::QualificationKind
Contactable.prepend SacCas::Contactable
Wizards::Steps::NewUserForm.support_company = false
Wizards::RegisterNewUserWizard.delegate :email, to: :new_user_form

HouseholdAsideComponent.prepend SacCas::HouseholdAsideComponent
HouseholdAsideMemberComponent.prepend SacCas::HouseholdAsideMemberComponent
Expand Down

0 comments on commit fd0eb06

Please sign in to comment.