Fixed Multi Sort in New ActivityManager (#15820)

This commit is contained in:
Björn Tenje Persson 2025-12-20 04:36:38 +01:00 committed by GitHub
parent d446fde009
commit 84f66dd54e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 27 additions and 3 deletions

View file

@ -21,6 +21,11 @@ public class ActivityLogQuery : PaginatedQuery
/// </summary>
public DateTime? MinDate { get; set; }
/// <summary>
/// Gets or sets the maximum date to query for.
/// </summary>
public DateTime? MaxDate { get; set; }
/// <summary>
/// Gets or sets the name filter.
/// </summary>