-
- Downloads
Merge branch '8.x-3.x' into RestObjects
* 8.x-3.x: (22 commits) Couple more changes to adding fields UI. CSS is still garbage, but the new mechanism is working now. undefined variable in basefielddefinitions by aaronbauman - prevent exception within catch() checking off more todos! by aaronbauman - remove salesforce_mapping_entity_delete in order to preserve historic record of mappings. This can be useful for data forensics. - final tweaks on push before merging upstream Fixes method call in SalesforcePushEvent constructor entity and mapping on Push Event by aaronbauman - refine PushParams class and events Check off that todo by aaronbauman - get rid of SOAP-specific fieldsToNull Add REST version of SalesforceMapping::getPushParams Fixes namespacing errors Fixes a lot of syntax errors by aaronbauman - more events . by aaronbauman - initial pass at Events framework. Add event "PushParams" by aaronbauman - handful of style tweaks and updates to Constant and Token properties by aaronbauman - refactor field mappings to make plugins more pluggable - "validate" delegation - "submit" delegation - all mapping fields are delegated to field plugin system - get rid of tables on field mapping layout - continue thinning out SalesforceMappingFieldsForm controller exception handling for pull / mapping loads, etc. ANOTHER BROKEN COMMIT - NEEDS TO BE FIXED STILL Walking through field mapping pull loop intent w Rhodes. This commit will probably break things. ... Conflicts: modules/salesforce_mapping/src/Entity/MappedObject.php modules/salesforce_push/salesforce_push.module src/Rest/RestClient.php
No related branches found
No related tags found
Showing
- css/salesforce.css 18 additions, 0 deletionscss/salesforce.css
- modules/salesforce_mapping/salesforce_mapping.module 19 additions, 39 deletionsmodules/salesforce_mapping/salesforce_mapping.module
- modules/salesforce_mapping/src/Entity/MappedObject.php 19 additions, 12 deletionsmodules/salesforce_mapping/src/Entity/MappedObject.php
- modules/salesforce_mapping/src/Entity/SalesforceMapping.php 9 additions, 82 deletionsmodules/salesforce_mapping/src/Entity/SalesforceMapping.php
- modules/salesforce_mapping/src/Form/MappedObjectForm.php 8 additions, 2 deletionsmodules/salesforce_mapping/src/Form/MappedObjectForm.php
- modules/salesforce_mapping/src/Form/SalesforceMappingFieldsForm.php 73 additions, 81 deletions...lesforce_mapping/src/Form/SalesforceMappingFieldsForm.php
- modules/salesforce_mapping/src/Form/SalesforceMappingFormCrudBase.php 16 additions, 6 deletions...sforce_mapping/src/Form/SalesforceMappingFormCrudBase.php
- modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Constant.php 12 additions, 1 deletion...ce_mapping/src/Plugin/SalesforceMappingField/Constant.php
- modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Properties.php 27 additions, 8 deletions..._mapping/src/Plugin/SalesforceMappingField/Properties.php
- modules/salesforce_mapping/src/Plugin/SalesforceMappingField/RelatedIDs.php 14 additions, 8 deletions..._mapping/src/Plugin/SalesforceMappingField/RelatedIDs.php
- modules/salesforce_mapping/src/Plugin/SalesforceMappingField/RelatedProperties.php 16 additions, 8 deletions...g/src/Plugin/SalesforceMappingField/RelatedProperties.php
- modules/salesforce_mapping/src/Plugin/SalesforceMappingField/Token.php 11 additions, 1 deletion...force_mapping/src/Plugin/SalesforceMappingField/Token.php
- modules/salesforce_mapping/src/PushParams.php 72 additions, 0 deletionsmodules/salesforce_mapping/src/PushParams.php
- modules/salesforce_mapping/src/SalesforceCrudEvent.php 43 additions, 0 deletionsmodules/salesforce_mapping/src/SalesforceCrudEvent.php
- modules/salesforce_mapping/src/SalesforceMappingFieldPluginBase.php 68 additions, 1 deletion...lesforce_mapping/src/SalesforceMappingFieldPluginBase.php
- modules/salesforce_mapping/src/SalesforcePushEvent.php 40 additions, 0 deletionsmodules/salesforce_mapping/src/SalesforcePushEvent.php
- modules/salesforce_pull/salesforce_pull.module 18 additions, 27 deletionsmodules/salesforce_pull/salesforce_pull.module
- modules/salesforce_pull/src/Plugin/QueueWorker/PullBase.php 95 additions, 15 deletionsmodules/salesforce_pull/src/Plugin/QueueWorker/PullBase.php
- modules/salesforce_push/salesforce_push.module 5 additions, 4 deletionsmodules/salesforce_push/salesforce_push.module
- salesforce.libraries.yml 6 additions, 0 deletionssalesforce.libraries.yml
Loading
Please register or sign in to comment