remove obsolete column.to_json
This commit is contained in:
parent
17531b73b7
commit
8599dd829a
1 changed files with 0 additions and 6 deletions
|
@ -30,12 +30,6 @@ class Column
|
|||
|
||||
def ==(other) = h_id == other.h_id # using h_id instead of id to avoid inversion of keys
|
||||
|
||||
def to_json
|
||||
{
|
||||
table:, column:, label:, type:, filterable:, displayable:
|
||||
}
|
||||
end
|
||||
|
||||
def notifications? = [table, column] == ['notifications', 'notifications']
|
||||
def dossier_state? = [table, column] == ['self', 'state']
|
||||
def groupe_instructeur? = [table, column] == ['groupe_instructeur', 'id']
|
||||
|
|
Loading…
Reference in a new issue