Skip to content

Commit

Permalink
Update integration to 1.31.7-1
Browse files Browse the repository at this point in the history
  • Loading branch information
amaierhofer committed Dec 1, 2023
1 parent 86937f1 commit def3ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hitobito
Submodule hitobito updated 44 files
+1 −4 .rubocop.yml
+1 −0 Gemfile
+5 −0 Gemfile.lock
+29 −0 app/components/application_component.rb
+11 −0 app/components/steps_component.html.haml
+125 −0 app/components/steps_component.rb
+47 −0 app/components/steps_component.scss
+55 −0 app/components/steps_component_controller.js
+40 −72 app/controllers/groups/self_registration_controller.rb
+4 −2 app/controllers/roles_controller.rb
+2 −2 app/domain/group/privacy_policy_finder.rb
+3 −2 app/helpers/standard_form_builder.rb
+18 −0 app/javascript/controllers/hello_controller.js
+15 −0 app/javascript/controllers/index.js
+6 −0 app/javascript/packs/application.js
+5 −0 app/javascript/packs/application.scss.erb
+1 −1 app/mailers/groups/self_registration_notification_mailer.rb
+4 −2 app/models/group/nested_set.rb
+82 −0 app/models/self_registration.rb
+75 −0 app/models/self_registration/housemate.rb
+36 −0 app/models/self_registration/main_person.rb
+8 −17 app/views/groups/self_registration/_form.html.haml
+70 −0 app/views/groups/self_registration/_main_person.html.haml
+5 −4 app/views/groups/self_registration/new.html.haml
+2 −0 app/views/person/history/index.html.haml
+25 −14 bin/active_wagon.rb
+3 −1 config/initializers/active_model_name.rb
+7 −0 config/locales/views.de.yml
+3 −1 config/webpacker.yml
+1 −1 db/schema.rb
+1 −0 package.json
+108 −0 spec/components/steps_component/content_component_spec.rb
+63 −0 spec/components/steps_component_spec.rb
+44 −58 spec/controllers/groups/self_registration_controller_spec.rb
+6 −6 spec/features/login_spec.rb
+34 −15 spec/features/roles/future_roles_spec.rb
+58 −15 spec/features/roles_controller_spec.rb
+73 −45 spec/features/self_registration_spec.rb
+105 −0 spec/models/self_registration/housemate_spec.rb
+43 −0 spec/models/self_registration/main_person_spec.rb
+69 −0 spec/models/self_registration_spec.rb
+9 −2 spec/spec_helper.rb
+22 −0 spec/support/job/test_helper.rb
+18 −0 yarn.lock
2 changes: 1 addition & 1 deletion hitobito_jubla

0 comments on commit def3ec7

Please sign in to comment.