Fixed /tasks group by category (fixes #1274)

This commit is contained in:
Bernd Bestel
2021-06-28 19:31:27 +02:00
parent 69f8c237ff
commit 7587ead732
4 changed files with 13 additions and 13 deletions

View File

@@ -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;