Commit caa2ce0
Submodule hitobito_sac_cas updated 42 files
- app/abilities/event/fitness_requirement_ability.rb+14
- app/abilities/event/trait_ability.rb+14
- app/controllers/event/fitness_requirements_controller.rb+29
- app/controllers/event/traits_controller.rb+50
- app/controllers/sac_cas/events_controller.rb+8
- app/helpers/sac_cas/events_helper.rb+10
- app/helpers/sheet/event/fitness_requirement.rb+11
- app/helpers/sheet/event/trait.rb+11
- app/models/event/fitness_requirement.rb+46
- app/models/event/tour.rb+7
- app/models/event/trait.rb+66
- app/views/event/fitness_requirements/_form.html.haml+6
- app/views/event/fitness_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+8
- app/views/events/_show_right_sac_cas.html.haml+2
- app/views/shared/_admin_nav_event_sac_cas.html.haml+23-5
- config/locales/wagon.de.yml+27-1
- config/locales/wagon.de_CH.yml+27-1
- config/locales/wagon.en.yml+27-1
- config/locales/wagon.fr.yml+27-1
- config/locales/wagon.it.yml+27-1
- config/routes.rb+2
- db/migrate/20260115142700_create_event_fitness_requirements.rb+33
- db/migrate/20260115150200_create_event_traits.rb+37
- db/seeds/development/8_tour_essentials.rb+96
- db/seeds/development/support/sac_event_seeder.rb+10
- lib/hitobito_sac_cas/wagon.rb+4
- spec/controllers/event/fitness_requirements_controller_spec.rb+88
- spec/controllers/event/traits_controller_spec.rb+93
- spec/fabricators/event_fitness_requirement_fabricator.rb+11
- spec/fabricators/event_trait_fabricator.rb+11
- spec/features/events_spec.rb+16
- spec/fixtures/event/fitness_requirement_translations.yml+65
- spec/fixtures/event/fitness_requirements.yml+35
- spec/fixtures/event/trait_translations.yml+77
- spec/fixtures/event/traits.yml+50
- spec/fixtures/events.yml+4
- spec/models/event/fitness_requirement_spec.rb+47
- spec/models/event/trait_spec.rb+70
0 commit comments