CiviMRF / cmrf_core

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

Make APIv4 Views sortable #60

Closed dontub closed 2 years ago

dontub commented 2 years ago

It didn't work because $field was NULL. I'd expect this to be the same in the code for APIv3.

@dontub Could you elaborate on why you refactored the addOrderBy() method compared to what was done for APIv3? I don't quite get the old code but somehow it was working, why doesn't it with APIv4?

It didn't work because $field was NULL.