Skip to content

Commit

Permalink
Update integration to 2.1.5-6
Browse files Browse the repository at this point in the history
  • Loading branch information
amaierhofer committed May 2, 2024
1 parent 49678f3 commit 71fa2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hitobito
Submodule hitobito updated 36 files
+1 −0 Gemfile
+2 −1 Gemfile.lock
+1 −1 app/controllers/event/application_market_controller.rb
+3 −2 app/controllers/event/participations_controller.rb
+3 −3 app/controllers/event/register_controller.rb
+1 −1 app/controllers/help_texts_controller.rb
+1 −1 app/controllers/invoice_lists_controller.rb
+1 −1 app/controllers/person/csv_imports_controller.rb
+3 −3 app/controllers/person/query_controller.rb
+2 −2 app/controllers/roles_controller.rb
+5 −5 app/domain/search_strategies/sql_condition_builder.rb
+34 −0 app/domain/search_strategies/sql_condition_builder/matcher.rb
+1 −0 app/helpers/standard_form_builder.rb
+17 −0 app/javascript/controllers/remote_autocomplete_controller.js
+24 −13 app/javascript/javascripts/modules/remote_autocomplete.js
+2 −1 app/models/event.rb
+1 −1 app/models/future_role.rb
+4 −3 app/models/person.rb
+7 −4 app/models/self_registration/person.rb
+1 −0 app/views/event/application_market/add_participant.js.haml
+1 −0 app/views/event/application_market/remove_participant.js.haml
+3 −0 app/views/events/_application_fields.html.haml
+4 −0 app/views/events/_attrs_application.html.haml
+1 −1 app/views/layouts/application.html.haml
+2 −1 config/locales/models.de.yml
+0 −1 config/locales/models.en.yml
+0 −1 config/locales/models.fr.yml
+0 −1 config/locales/models.it.yml
+5 −2 config/locales/views.de.yml
+0 −2 config/locales/views.en.yml
+0 −2 config/locales/views.fr.yml
+0 −2 config/locales/views.it.yml
+26 −0 db/migrate/20240423133607_add_automatic_assignment_to_events.rb
+33 −15 spec/controllers/event/participations_controller_spec.rb
+14 −0 spec/features/event/events_controller_spec.rb
+10 −4 spec/models/future_role_spec.rb

0 comments on commit 71fa2b9

Please sign in to comment.