Skip to content

Commit

Permalink
Update integration to 2.3.0-75
Browse files Browse the repository at this point in the history
  • Loading branch information
amaierhofer committed Dec 16, 2024
1 parent 2dddaab commit 8fda1cb
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 36 files
+1 −1 app/abilities/memberships/switch_stammsektion_ability.rb
+29 −14 app/controllers/sac_cas/event/participations_controller.rb
+1 −1 app/domain/sac_imports/sac_sections/group_entry.rb
+0 −33 app/mailers/memberships/leave_zusatzsektion_mailer.rb
+1 −0 app/mailers/memberships/switch_stammsektion_mailer.rb
+43 −0 app/mailers/memberships/terminate_membership_mailer.rb
+0 −33 app/mailers/memberships/terminate_sac_membership_mailer.rb
+1 −1 app/mailers/signup/sektion_mailer.rb
+6 −17 app/models/sac_cas/event/participation.rb
+1 −1 app/models/sac_cas/event/participation_contact_data.rb
+6 −6 app/models/wizards/memberships/leave_zusatzsektion.rb
+8 −10 app/models/wizards/memberships/terminate_sac_membership_wizard.rb
+3 −1 app/views/event/participations/_course_signup.html.haml
+0 −8 app/views/event/participations/_subsidy_step.html.haml
+1 −1 app/views/wizards/steps/join_zusatzsektion/_summary.html.haml
+6 −0 config/locales/wagon.en.yml
+6 −0 config/locales/wagon.fr.yml
+6 −0 config/locales/wagon.it.yml
+4 −4 db/seeds/custom_contents.rb
+1 −1 spec/controllers/event/courses/invoices_controller_spec.rb
+69 −3 spec/controllers/event/participations_controller_spec.rb
+1 −1 spec/domain/sac_imports/sac_sections/group_entry_spec.rb
+3 −3 spec/features/memberships/leave_zusatzsektion_spec.rb
+3 −3 spec/features/memberships/switch_stammsektion_spec.rb
+1 −1 spec/fixtures/files/sac_imports_src/NAV21_fixture.csv
+1 −0 spec/fixtures/groups.yml
+1 −1 spec/mailers/event/application_confirmation_mailer_spec.rb
+0 −29 spec/mailers/memberships/leave_zusatzsektion_mailer_spec.rb
+0 −29 spec/mailers/memberships/sac_terminate_sac_membership_mailer_spec.rb
+2 −0 spec/mailers/memberships/switch_stammsektion_mailer_spec.rb
+52 −0 spec/mailers/memberships/terminate_membership_mailer_spec.rb
+2 −0 spec/mailers/signup/sektion_mailer_spec.rb
+5 −5 spec/models/event/course_spec.rb
+3 −15 spec/models/event/participation_spec.rb
+36 −0 spec/models/wizards/memberships/leave_zusatzsektion_spec.rb
+36 −1 spec/models/wizards/memberships/terminate_sac_membership_wizard_spec.rb

0 comments on commit 8fda1cb

Please sign in to comment.