Skip to content

Winter 20 release fixes#2

Open
brbjr1 wants to merge 3 commits intoappiphony:masterfrom
brbjr1:b010920c
Open

Winter 20 release fixes#2
brbjr1 wants to merge 3 commits intoappiphony:masterfrom
brbjr1:b010920c

Conversation

@brbjr1
Copy link

@brbjr1 brbjr1 commented Jan 9, 2020

Winter 20 release fixes.

  1. for:each= keys have to be an integer or string: keys were pointing at an object
  2. Set values on an object that was read-only: project.allocations
    3 Fixed scratch org deploy issue:
    ERROR running force:org:create: We've deprecated OrgPreferences. Update the scratch org definition
    file to replace OrgPreferences with their corresponding settings.

brbjr1 added 3 commits January 9, 2020 10:33
Initial setup
fixxes deploy issue:
ERROR running force:org:create:  We've deprecated OrgPreferences. Update the scratch org definition file to replace OrgPreferences with their corresponding settings.

Replace the orgPreferences section:
{
    "orgPreferences": {
        "enabled": [
            "S1DesktopEnabled"
        ]
    }
}
With their updated settings:
{
    "settings": {
        "lightningExperienceSettings": {
            "enableS1DesktopEnabled": true
        }
    }
}
For more info on configuring settings in a scratch org definition file see: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs.htm.'
Fixed issues caused by witer 20 release
1. for:each= Keys have to be a interger or string = originally that were poiting at an object

2. fix set values on a property that was read only project.allocations
@gatormike
Copy link

@brbjr1 THANK YOU!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants