- Issue created by @balazswmann
- 🇭🇺Hungary balazswmann
The patch in comment #2 is only compatible with version 5.1.1. I'm attaching the patch for v5.1.0.
The log_push_params_sanitized_fields setting's default value (when the module gets installed) is {}
however, according to the schema definition it should be a sequence. This also results a fatal error on the logger's setting form:
TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in implode() (line 62 of /mnt/files/local_mount/build/web/modules/contrib/salesforce/modules/salesforce_logger/src/Form/SettingsForm.php).
Just install the salesforce_logger module and visit the admin/config/salesforce/logger page.
The default value of the log_push_params_sanitized_fields setting should be []
instated of {}
.
Active
5.1
salesforce_logger.module
The patch in comment #2 is only compatible with version 5.1.1. I'm attaching the patch for v5.1.0.