Commit 775ecaa
- CHANGELOG.md+2
- VERSION+1-1
- app/abilities/json_api/event_participation_ability.rb+107
- app/abilities/token_ability.rb+1-3
- app/controllers/json_api/event/participations_controller.rb+19
- app/controllers/messages_controller.rb-13
- app/helpers/format_helper.rb+1-1
- app/models/event/participation.rb+2
- app/models/invoice.rb+8-7
- app/resources/event/participation_resource.rb+35
- app/resources/event/role_resource.rb+22
- app/resources/event_resource.rb+1
- app/views/messages/_actions_show.html.haml+1-11
- config/locales/models.de.yml+1-1
- config/locales/models.en.yml+1-1
- config/locales/models.fr.yml+1-1
- config/locales/models.it.yml+1-1
- config/locales/views.en.yml+9-9
- config/locales/views.fr.yml+9-9
- config/locales/views.it.yml+6-6
- config/routes.rb+1
- db/migrate/20260310180000_add_language_to_groups.rb+1-1
- db/schema.rb+1-1
- doc/developer/common/api/json_api.md+36-26
- doc/developer/common/api/rest_api.md+15-15
- spec/abilities/json_api/event_participation_ability_spec.rb+285
- spec/abilities/token_ability_spec.rb+7-32
- spec/api/event_participations/index_spec.rb+39
- spec/api/event_participations/show_spec.rb+28
- spec/api/events/index_spec.rb+23-1
- spec/api/people/index_spec.rb+1-1
- spec/controllers/messages_controller_spec.rb-44
- spec/domain/export/pdf/messages/letter_with_invoice_spec.rb+10-7
- spec/models/invoice_spec.rb+22
- spec/resources/events/participation/reads_spec.rb+56
- spec/resources/events/reads_spec.rb+6
- spec/support/graphiti/schema.json+264
- spec/support/graphiti/shared_examples.rb+2
Submodule hitobito_sac_cas updated 15 files
- app/domain/export/pdf/participations/leader_settlement.rb+20-28
- app/domain/sac_cas/person/address.rb+4-4
- app/helpers/sac_cas/events_helper.rb+19
- app/models/sac_cas/event.rb+3
- app/models/sac_cas/event/course.rb+1
- app/views/events/_show_left_sac_cas.html.haml+1-1
- config/locales/wagon.de.yml+1-1
- config/locales/wagon.de_CH.yml+1-1
- config/locales/wagon.en.yml+1-1
- config/locales/wagon.fr.yml+1-1
- config/locales/wagon.it.yml+1-1
- lib/hitobito_sac_cas/wagon.rb+1-1
- spec/support/graphiti/schema.json+270-1
- spec/views/events/_form.html.haml_spec.rb+2
- spec/views/events/_show_left_sac_cas.html.haml_spec.rb+1-1
Submodule hitobito_youth updated from dfa2e76 to bcc4678
0 commit comments