You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Field Names for Salesforce Production (#756)
This commit changes a number of field names to match those requested by
the Salesforce team.
## Status
- ClosesRaspberryPiFoundation/digital-editor-issues#1275
## Points for consideration:
- Security
- Performance
## What's changed?
- A number of fields have been renamed.
- We now pass a flag into School#do_salesforce_sync to indicate whether
this is a new school (create) or an existing school (update). This
allows us to set the `status__c` field of the school to "New" if it's a
new school, otherwise leave it alone.
## Steps to perform after deploying to production
After deploying and testing in Staging, we will apply
RaspberryPiFoundation/terraform#1306 to enable
this feature in production.
0 commit comments