DX: rename UserScopeFilter to CreatorScopeFilter

This commit is contained in:
2023-10-24 14:17:08 +02:00
parent 5f805626f7
commit 7bff5ce39e
3 changed files with 10 additions and 8 deletions

View File

@@ -109,8 +109,10 @@ services:
tags:
- { name: chill.export_filter, alias: 'activity_user_filter' }
Chill\ActivityBundle\Export\Filter\UserScopeFilter:
Chill\ActivityBundle\Export\Filter\CreatorScopeFilter:
tags:
# WARNING: for backward compatibility reason, the alias is named with userscope. Changing this will
# affect all saved exports (unless we write a migration for that)
- { name: chill.export_filter, alias: 'activity_userscope_filter' }
Chill\ActivityBundle\Export\Filter\UsersJobFilter: