-
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
17 files
+1 −1 | .ruby-version | |
+1 −1 | Gemfile | |
+2 −2 | Gemfile.lock | |
+16 −5 | app/domain/person/filter/attributes.rb | |
+2 −11 | app/helpers/people_helper.rb | |
+1 −1 | app/jobs/invoice/send_notification_job.rb | |
+13 −11 | app/models/message.rb | |
+5 −3 | app/models/message_recipient.rb | |
+0 −31 | config/initializers/cancancan_ar_conditions.rb | |
+20 −28 | config/initializers/cancancan_monkeypatch.rb | |
+21 −20 | config/initializers/sentry.rb | |
+9 −0 | config/locales/views.fr.yml | |
+5 −1 | spec/abilities/event_ability_spec.rb | |
+59 −1 | spec/domain/person/filter/attributes_spec.rb | |
+6 −0 | spec/fixtures/message_recipients.yml | |
+16 −0 | spec/helpers/people_helper_spec.rb | |
+2 −5 | spec/models/message_spec.rb |