-
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
1 parent
3eb5a91
commit 86f8acb
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule hitobito
updated
13 files
+1 −1 | .rubocop.yml | |
+291 −0 | app/domain/structure_parser.rb | |
+21 −0 | app/models/group.rb | |
+10 −3 | app/models/group/types.rb | |
+2 −1 | app/views/groups/_general_fields.html.haml | |
+8 −0 | config/locales/views.fr.yml | |
+16 −0 | db/migrate/20231010140815_make_name_nullable_on_groups.rb | |
+2 −2 | db/schema.rb | |
+29 −8 | lib/tasks/hitobito.rake | |
+1 −1 | rubocop-must.yml | |
+240 −0 | spec/domain/structure_parser_spec.rb | |
+30 −0 | spec/models/group_spec.rb | |
+1 −1 | spec/views/groups/_form.html.haml_spec.rb |