Skip to content

Commit

Permalink
Merge pull request #231 from hitobito/feature/2609-migration-leftover…
Browse files Browse the repository at this point in the history
…-tasks

feature/2609-migration-leftover-tasks
  • Loading branch information
Vakmeth authored Sep 19, 2024
2 parents 0a25cf8 + d7935ef commit a0d6240
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 26 deletions.
12 changes: 0 additions & 12 deletions app/indices/person_index.rb

This file was deleted.

3 changes: 3 additions & 0 deletions app/models/die_mitte/person.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ module DieMitte::Person
Person::PUBLIC_ATTRS << :title << :website << :correspondence_language <<
:civil_status << :salutation

include PgSearchable
SEARCHABLE_ATTRS = [{roles: {translations: [:label]}}] # rubocop:disable Lint/ConstantDefinitionInBlock

i18n_enum :correspondence_language, Settings.application
.correspondence_languages
.to_hash
Expand Down
14 changes: 0 additions & 14 deletions lib/tasks/tarantula.rake

This file was deleted.

0 comments on commit a0d6240

Please sign in to comment.