Skip to content

Commit

Permalink
Merge pull request #30 from SalesforceFoundation/feature/pre-commit__…
Browse files Browse the repository at this point in the history
…crud

[W-8799914] GAU Expenditures component does not honour object/field-level permissions
  • Loading branch information
scottwarren-sfdo authored Feb 12, 2021
2 parents 12ad5a6 + 235d982 commit 14d4372
Show file tree
Hide file tree
Showing 30 changed files with 5,154 additions and 673 deletions.
21 changes: 21 additions & 0 deletions cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ orgs:
config_file: orgs/prerelease.json
beta_prerelease:
config_file: orgs/beta_prerelease.json
2gp:
config_file: orgs/2gp.json

tasks:
robot:
Expand Down Expand Up @@ -51,3 +53,22 @@ flows:
steps:
3:
task: load_storytelling_data

config_qa:
steps:
3:
task: load_storytelling_data

config_managed:
steps:
3:
task: load_storytelling_data

2gp_org:
steps:
1:
flow: install_2gp_commit
2:
flow: config_managed
3:
task: snapshot_changes
100 changes: 60 additions & 40 deletions datasets/data.sql

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions datasets/mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,24 @@ outfunds__Requirement__c:
outfunds__Primary_Contact__c:
key_field: outfunds__primary_contact__c
table: Contact

npsp__General_Accounting_Unit__c:
sf_object: npsp__General_Accounting_Unit__c
table: npsp__General_Accounting_Unit__c
anchor_date: "2020-07-01"
fields:
- Name

GAU_Expenditure__c:
sf_object: GAU_Expenditure__c
table: GAU_Expenditure__c
anchor_date: "2020-07-01"
fields:
- Amount__c
lookups:
General_Accounting_Unit__c:
key_field: general_accounting_unit__c
table: npsp__General_Accounting_Unit__c
Disbursement__c:
key_field: disbursement__c
table: outfunds__Disbursement__c
198 changes: 0 additions & 198 deletions force-app/main/default/classes/GauExpendituresManager.cls

This file was deleted.

Loading

0 comments on commit 14d4372

Please sign in to comment.