clean(filter): avis column are not filterable, not needed to ilike them
This commit is contained in:
parent
284bdc5b2b
commit
51ce0cd562
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ module ColumnsConcern
|
|||
Column.new(table: 'user', column: 'email'),
|
||||
Column.new(table: 'followers_instructeurs', column: 'email'),
|
||||
Column.new(table: 'groupe_instructeur', column: 'id', type: :enum),
|
||||
Column.new(table: 'avis', column: 'question_answer', filterable: false)
|
||||
Column.new(table: 'avis', column: 'question_answer', filterable: false) # not filterable ?
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue