Skip to content

Commit

Permalink
Update integration to 2.3.0-61
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Dec 2, 2024
1 parent 8fe3ad8 commit a21bb1d
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 62 files
+66 −0 app/controllers/event/courses/mail_dispatches_controller.rb
+34 −0 app/domain/export/tabular/event/participations/course_data_list.rb
+64 −0 app/domain/export/tabular/event/participations/course_data_row.rb
+2 −1 app/domain/invoices/sac_memberships/member.rb
+52 −58 app/domain/invoices/sac_memberships/section_signup_fee_presenter.rb
+1 −1 app/domain/sac_exports/cluster_context.rb
+12 −2 app/domain/sac_imports/nav6_sections_importer.rb
+44 −0 app/domain/sac_imports/sac_sections/group_entry.rb
+43 −0 app/helpers/dropdown/events/courses/mail_dispatch.rb
+14 −0 app/helpers/sac_cas/dropdown/people_export.rb
+0 −1 app/jobs/event/leader_reminder_job.rb
+0 −30 app/jobs/event/survey_job.rb
+9 −0 app/jobs/sac_cas/export/event_participations_export_job.rb
+1 −1 app/mailers/concerns/common_mailer_placeholders.rb
+2 −2 app/mailers/signup/sektion_mailer.rb
+17 −0 app/models/concerns/events/courses/state.rb
+1 −1 app/models/group/sektions_mitglieder.rb
+2 −1 app/models/memberships/join_zusatzsektion.rb
+5 −5 app/models/wizards/memberships/join_zusatzsektion.rb
+3 −0 app/models/wizards/memberships/switch_stammsektion.rb
+1 −1 app/models/wizards/signup/sektion_wizard.rb
+2 −0 app/views/events/_actions_show_sac_cas.html.haml
+1 −4 app/views/memberships/join_zusatzsektions/_form.html.haml
+1 −1 app/views/people/membership_invoices/new.html.haml
+1 −1 app/views/wizards/signup/_section_fee_details.html.haml
+6 −8 app/views/wizards/signup/_section_fee_summary.html.haml
+13 −0 config/locales/wagon.de.yml
+20 −4 config/locales/wagon.en.yml
+20 −4 config/locales/wagon.fr.yml
+20 −4 config/locales/wagon.it.yml
+1 −0 config/routes.rb
+22 −16 doc/import.md
+1 −1 lib/hitobito_sac_cas/wagon.rb
+1 −1 lib/tasks/sac_imports.rake
+1 −1 spec/api/events/index_spec.rb
+89 −0 spec/controllers/event/courses/mail_dispatches_controller_spec.rb
+59 −53 spec/domain/export/pdf/participations/key_data_sheet_spec.rb
+39 −0 spec/domain/export/tabular/event/participations/course_data_list_spec.rb
+92 −0 spec/domain/export/tabular/event/participations/course_data_row_spec.rb
+16 −1 spec/domain/invoices/sac_memberships/member_spec.rb
+165 −99 spec/domain/invoices/sac_memberships/section_signup_fee_presenter_spec.rb
+1 −1 spec/domain/people/sac_membership_spec.rb
+98 −0 spec/domain/sac_imports/sac_sections/group_entry_spec.rb
+5 −5 spec/features/memberships/join_zusatzsektion_spec.rb
+18 −0 spec/features/people/invoices_spec.rb
+20 −2 spec/features/signup/sektion_spec.rb
+2 −0 spec/fixtures/event/dates.yml
+9 −16 spec/fixtures/event/participations.yml
+3 −7 spec/fixtures/event/roles.yml
+7 −2 spec/fixtures/hitobito_log_entries.yml
+2 −1 spec/fixtures/people.yml
+42 −0 spec/helpers/dropdown/event/courses/mail_dispatch_spec.rb
+1 −2 spec/jobs/event/leader_reminder_job_spec.rb
+0 −72 spec/jobs/event/survey_job_spec.rb
+52 −0 spec/jobs/export/event_participations_export_job_spec.rb
+1 −1 spec/mailers/signup/abo_magazin_mailer_spec.rb
+16 −10 spec/mailers/signup/sektion_mailer_spec.rb
+7 −0 spec/models/group/sektions_mitglieder/mitglied_spec.rb
+27 −11 spec/models/memberships/join_zusatzsektion_spec.rb
+1 −1 spec/models/memberships/switch_stammsektion_spec.rb
+37 −1 spec/models/wizards/memberships/join_zusatzsektion_spec.rb
+1 −1 spec/views/wizards/signup/_section_fee_summary.html.haml_spec.rb

0 comments on commit a21bb1d

Please sign in to comment.