CiviMRF / cmrf_core

Drupal Core for CMRF
GNU Affero General Public License v3.0
2 stars 6 forks source link

[Views integration] CMRF Dataset config should not use json_encode() and json_decode() #44

Closed jensschuppe closed 3 years ago

jensschuppe commented 3 years ago

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.

jensschuppe commented 3 years ago

released with 2.0.0-rc2