Skip to content

Commit

Permalink
Retire le filtre partie des événements
Browse files Browse the repository at this point in the history
  • Loading branch information
shanser authored and etienneCharignon committed Jan 12, 2021
1 parent f07f9c0 commit d8c152e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/admin/evenements.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
belongs_to :campagne
includes partie: %i[situation evaluation]

filter :partie, collection: proc { Partie.pluck(:session_id) }
filter :partie_situation_nom_technique, label: 'Situation',
as: :select,
collection: proc { Situation.pluck(:nom_technique) }
Expand Down

0 comments on commit d8c152e

Please sign in to comment.