Closed (fixed)
Project:
Views Hacks
Version:
7.x-1.x-dev
Component:
Views Filters Selective
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Apr 2013 at 19:36 UTC
Updated:
12 May 2013 at 01:05 UTC
When using another database connection not connected to the "default" settings the selective filter fails to execute a query on tables defined in hook_views_data
A patch has been created to modify _views_filter_selective_query to handle any queries relying on hook_views_data with a base database defined for the table field.
This solved my issue for selective filters to work on another database connection besides default.
| Comment | File | Size | Author |
|---|---|---|---|
| views_hacks-views_filters_selective-base_database_defined_query_issue.patch | 868 bytes | psibrtyger |
Comments
Comment #1
infojunkieCommitted to latest dev. Thanks!