Skip to content

Commit

Permalink
Make sure filters queued by API functions are always run in ViewDataT…
Browse files Browse the repository at this point in the history
…able.
  • Loading branch information
diosmosis committed Oct 11, 2013
1 parent aad9e0a commit c5559ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions core/ViewDataTable.php
Expand Up @@ -700,8 +700,7 @@ public function getRequestArray()
$requestArray = array(
'method' => $this->vizRequest->apiMethodToRequestDataTable,
'format' => 'original',
'disable_generic_filters' => Common::getRequestVar('disable_generic_filters', 1, 'int'),
'disable_queued_filters' => Common::getRequestVar('disable_queued_filters', 1, 'int')
'disable_generic_filters' => Common::getRequestVar('disable_generic_filters', 1, 'int')
);

$toSetEventually = array(
Expand Down
2 changes: 1 addition & 1 deletion tests/PHPUnit/UI
Submodule UI updated from 9f2097 to eccfbc

0 comments on commit c5559ff

Please sign in to comment.