CiviMRF Dataset params attribute is a field containing JSON-formatted text. There should be no juggling of that with json_encode() and json_decode() since that confuses configuration management, as it thinks that this would be a nested config structure, while it's just a string.
CiviMRF Dataset
params
attribute is a field containing JSON-formatted text. There should be no juggling of that withjson_encode()
andjson_decode()
since that confuses configuration management, as it thinks that this would be a nested config structure, while it's just a string.