This is broken off from #1876168: Exposed grouped filter for date not working which addresses exposed grouped filter functionality. With the patch on that ticket, one can create a functioning Date API grouped filter, but you must do so through editing the exported/imported views object; the UI is broken.

The problem is apparently with Views or date_views (or both) not being aware of the delta inside the config UI. This module also uses #states in the form API to show and hide fields depending on the type of filtering you want to do... problem is, though, that we don't know what the current delta is and it may change if the table is re-sorted or re-loaded, as ctools does very often.

Comments

Marko B’s picture

I know :((( lost hours trying to solve this.