Skip to content

Commit

Permalink
Update integration to 1.31.7-11
Browse files Browse the repository at this point in the history
  • Loading branch information
amaierhofer committed Dec 11, 2023
1 parent 4eba8f6 commit 67b8755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hitobito
Submodule hitobito updated 35 files
+1 −0 CHANGELOG.md
+8 −1 app/abilities/group_ability.rb
+31 −16 app/components/steps_component.rb
+2 −2 app/controllers/groups/self_registration_controller.rb
+94 −0 app/controllers/people/manual_deletions_controller.rb
+2 −2 app/controllers/person/security_tools_controller.rb
+2 −2 app/domain/payment_providers/xtc.rb
+2 −2 app/domain/payment_providers/z54.rb
+2 −0 app/javascript/javascripts/modules/nested_fields.js.coffee
+1 −1 app/models/message_recipient.rb
+27 −5 app/models/self_registration.rb
+2 −2 app/utils/changelog_entry.rb
+4 −0 app/views/group/deleted_people/_list.html.haml
+1 −0 app/views/groups/self_registration/_form.html.haml
+59 −58 app/views/groups/self_registration/_main_person.html.haml
+28 −0 app/views/people/manual_deletions/_show.html.haml
+2 −0 app/views/people/manual_deletions/show.js.haml
+18 −0 config/locales/views.de.yml
+6 −0 config/routes.rb
+2 −0 config/settings.yml
+1 −1 lib/tarantula/tarantula_config.rb
+3 −2 lib/tasks/ci.rake
+29 −0 lib/tasks/spec.rake
+4 −5 rubocop-must.yml
+41 −0 spec/abilities/group_ability_spec.rb
+10 −4 spec/components/steps_component/content_component_spec.rb
+1 −1 spec/controllers/json_api/people_controller_spec.rb
+260 −0 spec/controllers/people/manual_deletions_controller_spec.rb
+2 −2 spec/domain/invoice/item_evaluation_spec.rb
+67 −134 spec/domain/people/cleanup_finder_spec.rb
+2 −2 spec/domain/structure_parser_spec.rb
+1 −1 spec/mailers/person/add_request_mailer_spec.rb
+2 −2 spec/models/event_spec.rb
+68 −21 spec/models/self_registration_spec.rb
+2 −2 spec/regressions/qualifications_controller_spec.rb

0 comments on commit 67b8755

Please sign in to comment.