Rename activity filter configuration to ticket filters

This commit is contained in:
Drechsler, Meik
2026-07-23 12:46:46 +02:00
parent 275d884bfe
commit 52e74deb57
9 changed files with 64 additions and 60 deletions

View File

@@ -121,9 +121,9 @@ namespace C4IT.DataHistoryProvider
return false;
}
internal bool RemoveLegacyActivityFilterConfiguration()
internal bool RemoveLegacyTicketFilterConfiguration()
{
// Queue filtering moved to the provider-neutral global ActivityFilters policy.
// Queue filtering moved to the provider-neutral global TicketFilters policy.
// This intentionally runs only after the global configuration was loaded:
// DoXmlUpdates runs before InstantiateProperties and would otherwise erase
// the values before the one-time migration can read them.