Commit 55bd8aa
committed
Update integration to 2.8.1-5-dc3ae9a
1 parent dc3ae9a commit 55bd8aa
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule hitobito_sac_cas updated 43 files
- app/controllers/event/disciplines_controller.rb+1-31
- app/controllers/event/nestable_tour_essentials_controller.rb+38
- app/controllers/event/target_groups_controller.rb+1-31
- app/controllers/event/technical_requirements_controller.rb+1-31
- app/controllers/event/traits_controller.rb+1-31
- app/controllers/sac_cas/event/kind_categories_controller.rb+2-2
- app/controllers/sac_cas/event/kinds_controller.rb+3-2
- app/controllers/sac_cas/events_controller.rb+13-30
- app/helpers/event/essentials_helper.rb+36
- app/helpers/sac_cas/event_kinds_helper.rb+6-5
- app/helpers/sac_cas/events_helper.rb+13-9
- app/models/concerns/cost_common.rb+9-1
- app/models/concerns/nestable_tour_essential.rb+67
- app/models/course_compensation_category.rb+1-1
- app/models/event/discipline.rb+3-40
- app/models/event/fitness_requirement.rb+3-1
- app/models/event/level.rb+7
- app/models/event/target_group.rb+3-40
- app/models/event/technical_requirement.rb+2-41
- app/models/event/trait.rb+2-41
- app/views/event/nestable_tour_essentials/_actions_edit.html.haml
- app/views/event/nestable_tour_essentials/_form.html.haml+1-1
- app/views/event/nestable_tour_essentials/_list.html.haml
- app/views/event/target_groups/_actions_edit.html.haml-6
- app/views/event/target_groups/_form.html.haml-8
- app/views/event/target_groups/_list.html.haml-6
- app/views/event/technical_requirements/_actions_edit.html.haml-6
- app/views/event/technical_requirements/_form.html.haml-8
- app/views/event/technical_requirements/_list.html.haml-6
- app/views/event/traits/_actions_edit.html.haml-6
- app/views/event/traits/_form.html.haml-8
- app/views/event/traits/_list.html.haml-6
- app/views/events/_location_fields_sac_cas.html.haml+19-13
- app/views/events/_show_right_sac_cas.html.haml+1-8
- config/locales/wagon.de.yml+1
- config/locales/wagon.de_CH.yml+1
- config/locales/wagon.en.yml+1
- config/locales/wagon.fr.yml+1
- config/locales/wagon.it.yml+1
- db/migrate/20260120083500_tour_essentials_order_not_null.rb+16
- spec/features/events_spec.rb+23
- spec/helpers/sac_cas/events_helper_spec.rb+11-3
- spec/models/event/discipline_spec.rb+28
0 commit comments