Skip to content

Commit

Permalink
V1.2.9 - CMDT datatable (#79)
Browse files Browse the repository at this point in the history
* 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 <jonathan.c.gillespie@gmail.com>
  • Loading branch information
jamessimone and jongpie authored Apr 16, 2021
1 parent 30bedbd commit 0117d8b
Show file tree
Hide file tree
Showing 18 changed files with 1,204 additions and 164 deletions.
29 changes: 19 additions & 10 deletions README.md

Large diffs are not rendered by default.

Binary file added media/deploy-package-to-prod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/deploy-package-to-sandbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/deploy-unpackaged-metadata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/example-perform-rollup-action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apex-rollup",
"version": "1.2.8",
"version": "1.2.9",
"description": "Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 0117d8b

Please sign in to comment.