Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.24.3, 3.x
-
None
-
Unknown
Description
following headers or properties are handled in an inconsistent way
sometimes setted as prop then removed as headers or viceversa
documentation in describing how to set them is also slightly inconsistent
affected flags are (I am on purpose avoiding naming them header or property)
AGGREGATION_COMPLETE_CURRENT_GROUP
AGGREGATION_COMPLETE_ALL_GROUPS
AGGREGATION_COMPLETE_ALL_GROUPS_INCLUSIVE
also chaining aggregations is not working when using
AGGREGATION_COMPLETE_CURRENT_GROUP
AGGREGATION_COMPLETE_ALL_GROUPS
because setting is done on prop and removal is done on header level
I have created a PR proposing a change