mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Fixed /tasks group by category (fixes #1274)
This commit is contained in:
@@ -965,7 +965,7 @@ $(".change-table-columns-visibility-button").on("click", function(e)
|
||||
return;
|
||||
}
|
||||
|
||||
var shadowColumnIndex = $(this.header()).attr("data-shodow-rowgroup-column");
|
||||
var shadowColumnIndex = $(this.header()).attr("data-shadow-rowgroup-column");
|
||||
if (shadowColumnIndex)
|
||||
{
|
||||
index = shadowColumnIndex;
|
||||
|
Reference in New Issue
Block a user