Commit 1a54f4b
- Gemfile-1
- Gemfile.lock+1-3
- app/controllers/period_invoice_templates_controller.rb+9-2
- app/helpers/dropdown/period_invoice_templates/add_item.rb+33
- app/helpers/form_helper.rb+1-1
- app/helpers/modal_form_helper.rb-44
- app/helpers/people_helper.rb+1-1
- app/helpers/standard_form_builder.rb+37-16
- app/helpers/webpack_helper.rb+2-2
- app/javascript/controllers/additional_address_controller.js+1-1
- app/javascript/controllers/autosubmit_controller.js+1-1
- app/javascript/controllers/disable_toggle_controller.js+1-1
- app/javascript/controllers/field_remote_update_controller.js+1-1
- app/javascript/controllers/form_field_check_dependent_controller.js+1-1
- app/javascript/controllers/form_field_toggle_controller.js+1-1
- app/javascript/controllers/forwarder_controller.js+1-1
- app/javascript/controllers/index.js+1-1
- app/javascript/controllers/nested_form_controller.js+66
- app/javascript/controllers/period_invoice_template_form_controller.js+26
- app/javascript/controllers/remote_autocomplete_controller.js+1-1
- app/javascript/controllers/role_types_controller.js+35
- app/javascript/controllers/tom_select_controller.js+13-1
- app/javascript/javascripts/modules/fields_autofocus.js.coffee-3
- app/javascript/javascripts/modules/invoice_articles.js.coffee+2-2
- app/javascript/javascripts/modules/invoices.js.coffee+13-5
- app/javascript/javascripts/modules/nested_fields.js-50
- app/javascript/javascripts/modules/remote_autocomplete.js+4-16
- app/javascript/javascripts/modules/tooltips.js+2-3
- app/javascript/javascripts/vendor/gems.js.erb-3
- app/javascript/stylesheets/hitobito/_form.scss+8-3
- app/javascript/stylesheets/hitobito/_layout.scss+22-2
- app/models/concerns/datetime_attribute.rb+23-2
- app/models/invoice/period_item.rb+24-14
- app/models/invoice/role_count_item.rb+4-4
- app/models/period_invoice_template.rb+6-2
- app/models/period_invoice_template/item.rb+13-4
- app/views/event/answers/_fields.html.haml+13-12
- app/views/event/dates/_fields.html.haml+2-2
- app/views/event/questions/_fields.html.haml+2-1
- app/views/event/questions/event_question_default/_fields.html.haml+2-1
- app/views/group/person_add_requests/_approvers.html.haml+2
- app/views/invoice_configs/_custom_content_fields.html.haml+2-1
- app/views/invoice_configs/_email_fields.html.haml+1-1
- app/views/invoice_configs/_message_templates_fields.html.haml+3-2
- app/views/invoices/_form.html.haml+2-2
- app/views/label_formats/index.html.haml+2
- app/views/layouts/application.html.haml+5-4
- app/views/people/_contact_data.html.haml+3-2
- app/views/period_invoice_template/_role_count_item_fields.html.haml+34
- app/views/period_invoice_templates/_form.html.haml+14-3
- app/views/period_invoice_templates/_item_fields.html.haml+26
- app/views/person/family/_fields.html.haml+1-1
- app/views/subscriber/group/_roles.html.haml+2
- config/locales/models.de.yml+15
- config/locales/models.en.yml+15
- config/locales/models.fr.yml+16
- config/locales/models.it.yml+16
- config/locales/views.de.yml+12
- config/locales/views.en.yml+12
- config/locales/views.fr.yml+12
- config/locales/views.it.yml+12
- config/settings.yml+3
- db/schema.rb+2-1
- doc/developer/common/frontend/README.md+9-18
- package.json+1
- spec/controllers/period_invoice_templates_controller_spec.rb+42-1
- spec/fabricators/period_invoice_template_fabricator.rb+6
- spec/features/invoice_configs_spec.rb+1-1
- spec/features/jump_to_content_spec.rb+28
- spec/features/message_templates_spec.rb+2-2
- spec/features/period_invoice_templates_spec.rb+140
- spec/features/stimulus/tom_select_spec.rb+23
- spec/helpers/form_helper_spec.rb-1
- spec/helpers/format_helper_spec.rb-1
- spec/models/event_spec.rb+36
- spec/regressions/qualifications_controller_spec.rb+1-1
- spec/views/contactable/_fields.html.haml_spec.rb+6-2
- spec/views/invoices/_form.html.haml_spec.rb+1
- yarn.lock+5
Submodule hitobito_sac_cas updated 30 files
- app/assets/javascripts/wagon.js.coffee+14-10
- app/controllers/sac_cas/events_controller.rb+17-2
- app/helpers/sac_cas/events_helper.rb+17-2
- app/models/event/tour.rb+39-15
- app/views/events/_attrs_primary_sac_cas.html.haml+1-1
- app/views/events/_date_fields_sac_cas.html.haml+5-1
- app/views/events/_form_tab_pane_communication.html.haml+1-1
- app/views/events/_form_tab_pane_prices.html.haml+1-1
- app/views/events/_form_tabs_sac_cas.html.haml+1-1
- app/views/events/_location_fields_sac_cas.html.haml+33-30
- app/views/events/_main_fields_sac_cas.html.haml+2-1
- app/views/events/_show_left_communication.html.haml+1-1
- app/views/events/_show_right_sac_cas.html.haml+1-1
- app/views/wizards/steps/signup/sektion/_family_fields.html.haml+1-1
- config/locales/wagon.de.yml+2
- config/locales/wagon.de_CH.yml+2
- config/locales/wagon.en.yml+2
- config/locales/wagon.fr.yml+2
- config/locales/wagon.it.yml+2
- db/seeds/development/support/sac_event_seeder.rb+9-1
- spec/controllers/events_controller_spec.rb+72
- spec/features/events_spec.rb+6
- spec/fixtures/events.yml+2-1
- spec/helpers/sac_cas/events_helper_spec.rb+4
- spec/models/concerns/events/tours/state_spec.rb+12-1
- spec/models/event/tour_spec.rb+74
- spec/resources/event/tour_resource_spec.rb+1-1
- spec/views/events/_attrs.html.haml_spec.rb+12
- spec/views/events/_form.html.haml_spec.rb+14
- spec/views/people/_fields.html.haml_spec.rb+5-2
0 commit comments