Skip to content

Commit

Permalink
Update integration to 2.1.4-7
Browse files Browse the repository at this point in the history
  • Loading branch information
codez committed Apr 22, 2024
1 parent 1c61c08 commit fe7c6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hitobito
Submodule hitobito updated 37 files
+3 −3 app/abilities/group_based_fetchables.rb
+21 −0 app/abilities/group_based_readables.rb
+34 −0 app/abilities/group_details_readables.rb
+23 −0 app/abilities/group_readables.rb
+24 −16 app/abilities/json_api/contact_account_ability.rb
+1 −1 app/abilities/person_layer_writables.rb
+1 −11 app/abilities/person_readables.rb
+1 −1 app/controllers/event/participation_contact_datas_controller.rb
+6 −1 app/helpers/events_helper.rb
+4 −0 app/resources/group_resource.rb
+0 −1 app/views/event/participation_contact_datas/edit.html.haml
+1 −1 app/views/event/participations/_form.html.haml
+1 −1 app/views/event/participations/edit.html.haml
+1 −1 app/views/event/participations/new.html.haml
+1 −1 app/views/events/_form.html.haml
+1 −1 app/views/events/_form_tabs.html.haml
+1 −0 config/locales/views.de.yml
+3 −1 lib/tasks/dev.rake
+254 −0 spec/abilities/group_detail_readables_spec.rb
+39 −0 spec/abilities/group_readables_spec.rb
+101 −33 spec/abilities/json_api/contact_account_ability_spec.rb
+1 −0 spec/decorators/group_decorator_spec.rb
+9 −6 spec/domain/role/type_list_spec.rb
+2 −2 spec/features/person/people_filter_spec.rb
+2 −2 spec/features/roles/future_roles_spec.rb
+1 −1 spec/features/roles_controller_spec.rb
+2 −2 spec/models/role_spec.rb
+15 −0 spec/resources/group/reads_spec.rb
+1 −6 spec/resources/phone_number/reads_spec.rb
+2 −1 spec/serializers/group_serializer_spec.rb
+2 −4 spec/spec_helper.rb
+15 −0 spec/support/graphiti/schema.json
+5 −1 spec/support/group/top_group.rb
+1 −0 spec/support/locales/test.de.yml
+1 −0 spec/support/locales/test.fr.yml
+1 −1 spec/views/event/participations/_form.html.haml_spec.rb
+36 −0 spec/views/events/_form.html.haml_spec.rb
2 changes: 1 addition & 1 deletion hitobito_die_mitte

0 comments on commit fe7c6cf

Please sign in to comment.