-
-
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.6.37 - RollupCalcItemReplacer bugfix (#635)
* Fixes error reported interally with polymorphic where clause replacements being mutually exclusive with the current list of items
- Loading branch information
1 parent
2ea75e8
commit 9e89a1e
Showing
9 changed files
with
37 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
"default": true, | ||
"package": "apex-rollup-namespaced", | ||
"path": "rollup-namespaced/source/rollup", | ||
"versionName": "Fixes Rollup Order By issue when called from RollupFlowBulkProcessor", | ||
"versionNumber": "1.1.29.0", | ||
"versionName": "Fixes mutually exclusive polymorphic where clauses replacing children in RollupCalcItemReplacer", | ||
"versionNumber": "1.1.30.0", | ||
"versionDescription": "Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.", | ||
"releaseNotesUrl": "https://github.com/jamessimone/apex-rollup/releases/latest", | ||
"unpackagedMetadata": { | ||
|
@@ -32,6 +32,7 @@ | |
"[email protected]": "04t6g000008ObeVAAS", | ||
"[email protected]": "04t6g000008OfJkAAK", | ||
"[email protected]": "04t6g000008OfKnAAK", | ||
"[email protected]": "04t6g000008OfMjAAK" | ||
"[email protected]": "04t6g000008OfMjAAK", | ||
"[email protected]": "04t6g000008OfSJAA0" | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
"package": "apex-rollup", | ||
"path": "rollup", | ||
"scopeProfiles": true, | ||
"versionName": "Fixes Rollup Order By issue when called from RollupFlowBulkProcessor", | ||
"versionNumber": "1.6.36.0", | ||
"versionName": "Fixes mutually exclusive polymorphic where clauses replacing children in RollupCalcItemReplacer", | ||
"versionNumber": "1.6.37.0", | ||
"versionDescription": "Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.", | ||
"releaseNotesUrl": "https://github.com/jamessimone/apex-rollup/releases/latest", | ||
"unpackagedMetadata": { | ||
|
@@ -106,6 +106,7 @@ | |
"[email protected]": "04t6g000008ObeQAAS", | ||
"[email protected]": "04t6g000008OfJfAAK", | ||
"[email protected]": "04t6g000008OfKiAAK", | ||
"[email protected]": "04t6g000008OfMeAAK" | ||
"[email protected]": "04t6g000008OfMeAAK", | ||
"[email protected]": "04t6g000008OfSEAA0" | ||
} | ||
} |