CiviMRF / cmrf_core

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

[Views integration] Filtering by custom fields not working due to different field names #47

Closed jensschuppe closed 3 years ago

jensschuppe commented 3 years ago

As introduced with 1b1aa547ed70a7018efd54fcdd137b486644fe41, field names might have been changed (replaced . with __) making filters not work for these fields due to sending the adapted field names as API parameters.

The original field names should be used instead, which are being stored in the views data definition since 4f8705fd03d0fc2572e759462f88dccb2b39aaf1.

jensschuppe commented 3 years ago

Will be released with 2.0.0.