mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
exports: re-enable all modifiers stack with shared filters/aggrs
This commit is contained in:
@@ -112,8 +112,8 @@ class CountEvaluation implements ExportInterface, GroupedExportInterface
|
||||
{
|
||||
return [
|
||||
Declarations::EVAL_TYPE,
|
||||
//Declarations::ACP_TYPE,
|
||||
//Declarations::SOCIAL_WORK_ACTION_TYPE,
|
||||
Declarations::SOCIAL_WORK_ACTION_TYPE,
|
||||
Declarations::ACP_TYPE,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
@@ -121,7 +121,7 @@ class CountHousehold implements ExportInterface, GroupedExportInterface
|
||||
{
|
||||
return [
|
||||
Declarations::HOUSEHOLD_TYPE,
|
||||
//Declarations::ACP_TYPE
|
||||
Declarations::ACP_TYPE,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
@@ -111,8 +111,8 @@ class CountPersonWithAccompanyingCourse implements ExportInterface, GroupedExpor
|
||||
public function supportsModifiers(): array
|
||||
{
|
||||
return [
|
||||
Declarations::ACP_TYPE,
|
||||
Declarations::PERSON_TYPE,
|
||||
Declarations::ACP_TYPE,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
@@ -110,6 +110,7 @@ class CountSocialWorkActions implements ExportInterface, GroupedExportInterface
|
||||
{
|
||||
return [
|
||||
Declarations::SOCIAL_WORK_ACTION_TYPE,
|
||||
Declarations::ACP_TYPE,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user