feat(centralui): Bundle Import filter on ConfigurationAuditLog page

This commit is contained in:
Joseph Doherty
2026-05-24 05:44:21 -04:00
parent 39f994f9bc
commit ef025a325d
4 changed files with 79 additions and 0 deletions
@@ -25,6 +25,7 @@ public interface ICentralUiRepository
DateTimeOffset? to = null,
string? entityId = null,
string? entityName = null,
Guid? bundleImportId = null,
int page = 1,
int pageSize = 50,
CancellationToken cancellationToken = default);