|
@@ -111,7 +111,8 @@ |
|
|
block discarded – undo |
|
111
|
111
|
|
|
112
|
112
|
$form = &$this; |
|
113
|
113
|
|
|
114
|
|
- if ( gravityview()->plugin->supports( Plugin::FEATURE_GFQUERY ) ) { // @todo switch to GFAPI:: once they start supporting nested and joins stuff |
|
|
114
|
+ if ( gravityview()->plugin->supports( Plugin::FEATURE_GFQUERY ) ) { |
|
|
115
|
+// @todo switch to GFAPI:: once they start supporting nested and joins stuff |
|
115
|
116
|
$entries->add_fetch_callback( function( $filters, $sorts, $offset ) use ( $view, &$form ) { |
|
116
|
117
|
$atts = $view->settings->as_atts(); |
|
117
|
118
|
|
Please login to merge, or discard this patch.