Rename activity filter configuration to ticket filters
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user