-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V1.2.5 - Custom Concat Delimiter & Calc Item Where Clause Improvements (
#67) * Started working on allowing grandparent rollups to do intermediate object filtering * Passing test for somewhat complex calc item where clause with great-grandparent rollup - need to add additional coverage for nested conditionals still * Ensuring polymorphic fields are supported with Evaluator * All tests passing, still TODO: actually supporting re-querying when polymorphic lookup fields are part of calc item where clause * Wrap up work to support calc item where clause with grandparent rollups, and added support for filtering on polymorphic fields within Rollup * Fixes #2 by adding custom concat delimiter option to Rollup__mdt * Scope creep - add code coverage for different polymorphic field types, including the fix of a subtle bug in RollupEvaluator where Who.Type/What.Type wouldn't always get selected correctly from a parent-level object * Fixes #70 by instituting sorting for the final output of rollup concat operations
- Loading branch information
1 parent
2e1fa4e
commit 15323f4
Showing
19 changed files
with
655 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.