Skip to content

Commit

Permalink
Fix new judge activity
Browse files Browse the repository at this point in the history
  • Loading branch information
smolnar committed May 20, 2024
1 parent 369d574 commit d81bee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/mappers/obcan_justice_sk/judge_mapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class JudgeMapper
ACTIVITY_MAP = {
'label.sudca.aktivny' => :active,
'label.sudca.odvolany' => :terminated,
'label.sudca.vymazany' => :deleted,
'label.sudca.prerusenie vykonu - poberatel' => :inactive,
'label.sudca.prerusenie vykonu - ina funkce' => :inactive,
'label.sudca.prerusenie vykonu' => :inactive
Expand Down
1 change: 1 addition & 0 deletions lib/obcan_justice_sk/judges.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module Judges
enum: [
'label.sudca.aktivny',
'label.sudca.odvolany',
'label.sudca.vymazany',
'label.sudca.prerusenie vykonu - poberatel',
'label.sudca.prerusenie vykonu - ina funkce',
'label.sudca.prerusenie vykonu'
Expand Down

0 comments on commit d81bee5

Please sign in to comment.