Skip to content

Commit 0117d8b

Browse files
jamessimonejongpie
andauthored
V1.2.9 - CMDT datatable (#79)
* Fixed bug with polymorphic fields being used in where clauses when rollup is started from parent - found while migrating the rest of Rollup tests away from Opportunity object as part of the definitive fix for #74 * Fix for #75 - revert named export from RollupForceRecalculation LWC, as this breaks the current version of Locker's event handling * Added CMDT table in Recalculate Rollup lwc (#78) * Fixes #77 by updating example rollup action picture to correctly represent the options available * Update README with consistent 'buttons' * Final fixes for #79 to remove all tests with DML on opportunity * Added version description and release notes url to sfdx-project.json * Remove UPSERT from invocable descriptions * Fix some more polymorphic where clause edge cases * Tweaking build script to ensure tests get run even when scratch org allotment is over limit / does not exist Co-authored-by: Jonathan Gillespie <[email protected]>
1 parent 30bedbd commit 0117d8b

18 files changed

+1204
-164
lines changed

README.md

Lines changed: 19 additions & 10 deletions
Large diffs are not rendered by default.

media/deploy-package-to-prod.png

1023 Bytes
Loading
1.12 KB
Loading
898 Bytes
Loading
9.37 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apex-rollup",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"description": "Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)