Skip to content

Commit

Permalink
Update integration to 2.3.7-34
Browse files Browse the repository at this point in the history
  • Loading branch information
amaierhofer committed Dec 18, 2024
1 parent a0283b0 commit 26ec821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hitobito
Submodule hitobito updated 54 files
+1 −0 CHANGELOG.md
+4 −0 app/abilities/ability.rb
+2 −0 app/abilities/doorkeeper_token_ability.rb
+4 −0 app/abilities/token_ability.rb
+3 −3 app/decorators/group_decorator.rb
+13 −9 app/domain/export/tabular/base.rb
+1 −0 app/domain/export/tabular/groups/list.rb
+1 −1 app/domain/export/tabular/people/households.rb
+0 −4 app/domain/export/tabular/people/participations_address.rb
+5 −4 app/domain/export/tabular/people/participations_full.rb
+6 −12 app/domain/export/tabular/people/people_address.rb
+26 −19 app/domain/export/tabular/people/people_full.rb
+9 −0 app/helpers/roles_helper.rb
+1 −1 app/helpers/upload_display_helper.rb
+1 −0 app/jobs/export/people_export_job.rb
+8 −0 app/models/group.rb
+2 −0 app/models/role/types.rb
+1 −0 app/resources/event/kind_category_resource.rb
+3 −3 app/views/groups/_self_registration_fields.html.haml
+0 −2 config/environments/development.rb
+1 −1 config/locales/views.de.yml
+0 −1 config/locales/views.fr.yml
+0 −1 config/locales/views.it.yml
+1 −1 config/puma.rb
+1 −1 db/seeds/development/hitobito_log_entries.rb
+49 −1 lib/tasks/hitobito.rake
+15 −0 spec/abilities/ability_spec.rb
+22 −0 spec/abilities/doorkeeper_token_ability_spec.rb
+8 −0 spec/abilities/token_ability_spec.rb
+3 −3 spec/controllers/groups/self_inscription_controller_spec.rb
+5 −5 spec/controllers/groups/self_registration_controller_spec.rb
+2 −2 spec/controllers/groups_controller_spec.rb
+15 −12 spec/decorators/group_decorator_spec.rb
+8 −19 spec/domain/export/csv/events/list_spec.rb
+2 −1 spec/domain/export/csv/groups/list_spec.rb
+1 −1 spec/domain/export/csv/payments/list_spec.rb
+3 −3 spec/domain/export/csv/people/participations_address_spec.rb
+3 −3 spec/domain/export/csv/people/participations_full_spec.rb
+3 −3 spec/domain/export/csv/people/people_address_spec.rb
+8 −6 spec/domain/export/csv/people/people_full_spec.rb
+2 −2 spec/domain/export/tabular/people/participations_address_spec.rb
+2 −2 spec/domain/export/tabular/people/participations_full_spec.rb
+7 −4 spec/domain/export/tabular/people/people_address_spec.rb
+2 −2 spec/domain/export/tabular/people/people_full_spec.rb
+2 −2 spec/domain/export/xlsx/events/list_spec.rb
+3 −3 spec/domain/export/xlsx/people/people_address_spec.rb
+3 −3 spec/domain/export/xlsx/people/people_full_spec.rb
+2 −1 spec/domain/import/person_export_import_spec.rb
+1 −1 spec/features/email_verification_spec.rb
+1 −1 spec/models/wizards/inscribe_in_group_wizard_spec.rb
+1 −1 spec/models/wizards/register_new_user_wizard_spec.rb
+1 −3 spec/resources/events/kind_category/reads_spec.rb
+1 −1 spec/resources/group/reads_spec.rb
+6 −0 spec/support/graphiti/schema.json

0 comments on commit 26ec821

Please sign in to comment.