So running into an interesting issue here. With workbench enabled, I run into errors with calls to my rest endpoint: http://dev.mysite.edu/api/events

I get:

"SQLSTATE[42S22]: Column not found: 1054 Unknown column 'field_data_field_date0.nid' in 'where clause'"

Oddly though, if I pass it parameters, it works fine: http://dev.mysite.edu/api/events?filter[venue_name]=anon venue

The steps I am taking to test/recreate are:

  • enable workbench moderation
  • rebuild permissions

seems like maybe it's not allowing access to the date field for sorting??

Any help appreciated.

Cheers, and thanks for a great module!

Comments

Dan_Rogers created an issue.