fix: hide sva decision before column
This commit is contained in:
parent
0617f4c3e8
commit
d2c3c91fa7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class ProcedurePresentation < ApplicationRecord
|
|||
*displayed_columns,
|
||||
procedure.dossier_state_column
|
||||
]
|
||||
columns.concat(procedure.sva_svr_columns) if procedure.sva_svr_enabled?
|
||||
columns.concat(procedure.sva_svr_columns.filter(&:displayable)) if procedure.sva_svr_enabled?
|
||||
columns
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue