add description grouping to reporting page (fixes ST-399), persist grouping selection in local storage

This commit is contained in:
Gregor Vostrak
2024-09-17 16:47:40 +02:00
committed by Constantin Graf
parent 5e4270e3f5
commit b2ad4b3785
3 changed files with 14 additions and 4 deletions

View File

@@ -2430,6 +2430,7 @@ If the group parameters are all set to `null` or are all missing, the
'task',
'client',
'billable',
'description',
])
.optional(),
},
@@ -2447,6 +2448,7 @@ If the group parameters are all set to `null` or are all missing, the
'task',
'client',
'billable',
'description',
])
.optional(),
},