mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 13:54:59 +00:00
exports: add new modifiers declarations to split filter/aggregators between activities linked to person <> acp
This commit is contained in:
@@ -17,4 +17,8 @@ namespace Chill\ActivityBundle\Export;
|
||||
abstract class Declarations
|
||||
{
|
||||
public const ACTIVITY = 'activity';
|
||||
|
||||
public const ACTIVITY_ACP = "activity_linked_to_acp";
|
||||
|
||||
public const ACTIVITY_PERSON = "activity_linked_to_person";
|
||||
}
|
||||
|
Reference in New Issue
Block a user