MinnPost / object-sync-for-salesforce

WordPress plugin that maps and syncs data between Salesforce objects and WordPress objects.
https://wordpress.org/plugins/object-sync-for-salesforce/
GNU General Public License v2.0
93 stars 49 forks source link

When creating a new fieldmap, set a default status of "active" to prevent a PHP notice. #457

Closed jonathanstegall closed 2 years ago

jonathanstegall commented 2 years ago

What does this Pull Request do?

In addition to preventing the PHP notice in the server logs, this matches the normal pattern for this template. Normally those default values are empty, but in this case it makes sense for the default to have a value. This fixes #456.

How do I test this Pull Request?