Skip to content

Commit

Permalink
Update integration to 2.1.5-32
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed May 28, 2024
1 parent 512a4a8 commit 5308706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hitobito
Submodule hitobito updated 32 files
+1 −0 .gitignore
+3 −3 app/controllers/people_controller.rb
+4 −2 app/decorators/contactable_decorator.rb
+1 −1 app/domain/address/full_text_search.rb
+2 −2 app/domain/contactable/address_validator.rb
+1 −1 app/domain/event/qualifier/start_at_calculator.rb
+5 −4 app/domain/person/address.rb
+11 −6 app/helpers/dropdown/people_export.rb
+26 −0 app/javascript/javascripts/modules/contactables/contactable_address_field.js
+0 −23 app/javascript/javascripts/modules/contactables/contactable_address_field.js.coffee
+11 −7 app/models/concerns/contactable.rb
+6 −7 app/models/group.rb
+0 −6 app/models/invoice_config.rb
+8 −10 app/models/person.rb
+7 −5 app/serializers/person_serializer.rb
+275 −270 bin/wagon
+10 −4 config/locales/models.fr.yml
+4 −4 config/locales/models.it.yml
+5 −6 lib/tasks/csv.rake
+2 −2 spec/domain/contactable/address_validator_spec.rb
+4 −2 spec/domain/export/csv/people/people_full_spec.rb
+4 −1 spec/domain/export/tabular/people/people_full_spec.rb
+2 −2 spec/domain/import/csv_parser_spec.rb
+2 −2 spec/domain/import/person_export_import_spec.rb
+1 −1 spec/domain/import/person_spec.rb
+1 −1 spec/domain/messages/letter_with_invoice_dispatch_spec.rb
+1 −1 spec/domain/person/household_spec.rb
+1 −1 spec/features/roles_controller_spec.rb
+14 −9 spec/jobs/address/check_validity_job_spec.rb
+26 −26 spec/models/group_spec.rb
+1 −1 spec/models/invoice_spec.rb
+8 −3 spec/regressions/event/participation_contact_datas_controller_spec.rb

0 comments on commit 5308706

Please sign in to comment.