-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule hitobito
updated
9 files
+4 −0 | CHANGELOG.md | |
+1 −1 | VERSION | |
+15 −4 | app/jobs/people/duplicate_locator_job.rb | |
+9 −0 | app/models/person.rb | |
+1 −0 | app/models/self_registration.rb | |
+28 −1 | spec/controllers/groups/self_registration_controller_spec.rb | |
+47 −0 | spec/jobs/people/duplicate_locator_job_spec.rb | |
+28 −0 | spec/models/person_spec.rb | |
+6 −0 | spec/spec_helper.rb |
Submodule hitobito_glp
updated
1 files
+1 −1 | app/assets/stylesheets/hitobito/customizable/_variables.scss |