mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Fixed recipes status search (references #1813)
This commit is contained in:
parent
d3a39270de
commit
62fcc89ddc
|
|
@ -101,7 +101,7 @@ $("#status-filter").on("change", function()
|
|||
value = "";
|
||||
}
|
||||
|
||||
recipesTables.column(recipesTables.colReorder.transpose(5)).search(value).draw();
|
||||
recipesTables.column(recipesTables.colReorder.transpose(6)).search(value).draw();
|
||||
|
||||
$('.recipe-gallery-item').removeClass('d-none');
|
||||
if (value !== "")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user