Arguments is pretty trivial, group by less so.

Comments

dawehner’s picture

you probably better check for $display_handler->use_group_by() first as $option_data['group_type'] as 'group' as default value

chx’s picture

StatusFileSize
new978 bytes
dawehner’s picture

Status: Needs review » Needs work
+++ b/avoid_views_plugin_query.incundefined
@@ -20,9 +20,12 @@ class avoid_views_plugin_query extends views_plugin_query_default {
+        if ($option_name != 'fields' ||  $group_by) {

|| TWO_SPACES :)

chx’s picture

Status: Needs work » Needs review
StatusFileSize
new977 bytes
dawehner’s picture

Status: Needs review » Reviewed & tested by the community

Ship it!

chx’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.