Skip to content

Commit

Permalink
Update integration to 2.3.0-64
Browse files Browse the repository at this point in the history
  • Loading branch information
amaierhofer committed Dec 5, 2024
1 parent a43cdbf commit f2de145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hitobito_sac_cas
Submodule hitobito_sac_cas updated 35 files
+3 −20 app/controllers/sac_cas/event/participations_controller.rb
+6 −11 app/domain/export/pdf/participations/key_data_sheet/sections/table.rb
+49 −18 app/domain/export/pdf/participations/leader_settlement.rb
+8 −2 app/domain/invoices/sac_memberships/member.rb
+0 −1 app/domain/invoices/sac_memberships/section_signup_fee_presenter.rb
+4 −1 app/domain/people/birthday_validator.rb
+1 −1 app/domain/people/data_quality_checker.rb
+5 −4 app/models/course_compensation_category.rb
+3 −6 app/models/memberships/terminate_sac_membership.rb
+16 −0 app/models/sac_cas/mailing_list.rb
+3 −5 app/models/wizards/signup/abo_basic_login_wizard.rb
+1 −5 app/models/wizards/signup/sektion_operation.rb
+171 −73 config/locales/wagon.de.yml
+8 −4 db/seeds/custom_contents.rb
+1 −0 lib/hitobito_sac_cas/wagon.rb
+4 −4 spec/controllers/event/participations_controller_spec.rb
+62 −23 spec/domain/export/pdf/participations/leader_settlement_spec.rb
+36 −5 spec/domain/invoices/sac_memberships/position_generator_spec.rb
+12 −1 spec/domain/people/birthday_validator_spec.rb
+10 −4 spec/domain/people/data_quality_checker_spec.rb
+4 −5 spec/features/signup/sektion_spec.rb
+0 −1 spec/fixtures/course_compensation_categories.yml
+29 −0 spec/fixtures/course_compensation_category_translations.yml
+4 −4 spec/fixtures/mailing_lists.yml
+10 −44 spec/fixtures/related_role_types.yml
+4 −4 spec/fixtures/subscriptions.yml
+8 −2 spec/mailers/signup/sektion_mailer_spec.rb
+7 −2 spec/models/memberships/terminate_sac_membership_spec.rb
+11 −2 spec/models/wizards/signup/abo_basic_login_wizard_spec.rb
+3 −9 spec/models/wizards/signup/abo_magazin_wizard_spec.rb
+10 −1 spec/models/wizards/signup/abo_touren_portal_wizard_spec.rb
+11 −13 spec/models/wizards/signup/sektion_operation_spec.rb
+8 −5 spec/models/wizards/signup/sektion_wizard_spec.rb
+1 −1 spec/models/wizards/steps/choose_sektion_spec.rb
+1 −1 spec/models/wizards/steps/signup/sektion/family_fields/member_spec.rb

0 comments on commit f2de145

Please sign in to comment.