Commit 7505dc0
committed
Update integration to 2.8.10-22
1 parent 3fb149e commit 7505dc0
3 files changed
Lines changed: 3 additions & 3 deletions
- CHANGELOG.md+2-1
- app/domain/export/tabular/people/contact_accounts.rb+22-1
- app/domain/export/tabular/people/people_address.rb+18-15
- app/domain/export/tabular/people/people_full.rb+15-6
- app/domain/export/tabular/people/person_row.rb+32-8
- app/domain/export/tabular/people/public_person_row.rb+14
- app/helpers/contactable_helper.rb+27
- app/views/contactable/_additional_address_fields.html.haml+2-3
- app/views/contactable/_additional_email_fields.html.haml+1-3
- app/views/contactable/_phone_number_fields.html.haml+1-1
- app/views/contactable/_social_account_fields.html.haml+1-3
- app/views/event/questions/_fields.html.haml+2-2
- config/locales/models.de.yml+2-1
- config/locales/models.en.yml+2-1
- config/locales/models.fr.yml+2-1
- config/locales/models.it.yml+2-1
- config/locales/views.de.yml+3
- config/locales/views.en.yml+3
- config/locales/views.fr.yml+3
- config/locales/views.it.yml+3
- config/settings.yml+8
- config/settings/test.yml+1
- lib/templates/wagon/config/settings.yml.tt+16
- spec/domain/export/csv/people/participations_address_spec.rb+5-1
- spec/domain/export/csv/people/people_address_spec.rb+5-1
- spec/domain/export/csv/people/people_full_spec.rb+30-3
- spec/domain/export/tabular/people/contact_accounts_spec.rb+28
- spec/domain/export/tabular/people/participations_address_spec.rb+1-2
- spec/domain/export/tabular/people/people_address_spec.rb+62-64
- spec/domain/export/tabular/people/people_full_spec.rb+30-9
- spec/domain/export/tabular/people/person_row_spec.rb+32-4
- spec/domain/export/tabular/people/public_person_row_spec.rb+61
- spec/domain/export/tabular/people/table_displays_spec.rb+28-20
- spec/features/event/question_spec.rb+3-2
- spec/helpers/contactable_helper_spec.rb+98
- spec/jobs/export/event_participations_export_job_spec.rb+8-6
- spec/jobs/export/people_export_job_spec.rb+3-3
Submodule hitobito_sac_cas updated 12 files
- app/controllers/sac_cas/event/participations_controller.rb+8
- app/domain/participations/history.rb+85
- app/views/event/participations/_asides_sac_cas.html.haml+8
- app/views/event/participations/_participation_history_table.html.haml+10
- config/locales/wagon.de.yml+3
- config/locales/wagon.de_CH.yml+3
- config/locales/wagon.en.yml+3
- config/locales/wagon.fr.yml+3
- config/locales/wagon.it.yml+3
- config/settings.yml+1
- spec/controllers/event/participations_controller_spec.rb+28
- spec/domain/participations/history_spec.rb+160
0 commit comments