[Fix #2622] Change filters to proper JSONB
This commit is contained in:
parent
1419e9b73f
commit
7d382837d9
4 changed files with 5 additions and 8 deletions
|
@ -8,7 +8,7 @@ describe ProcedurePresentation do
|
|||
{ "label" => "test2", "table" => "champs" }
|
||||
],
|
||||
sort: { "table" => "user","column" => "email","order" => "asc" },
|
||||
filters: { "a-suivre" => [], "suivis" => [{ "label" => "label1", "table" => "table1", "column" => "column1" }] }.to_json
|
||||
filters: { "a-suivre" => [], "suivis" => [{ "label" => "label1", "table" => "table1", "column" => "column1" }] }
|
||||
).id
|
||||
}
|
||||
let (:procedure_presentation) { ProcedurePresentation.find(procedure_presentation_id) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue