Skip to content

Commit

Permalink
Merge 50161f5 into 3981ef9
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukarooohi committed Sep 22, 2013
2 parents 3981ef9 + 50161f5 commit 4e406ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Controller/Component/QueriesComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ public function retrieveFromParameter($forse_set_filter, $available_filters)

if (isset($self->request->query['values']) && is_array($self->request->query['values']) ) {
$temp = array();
if (!empty($self->request->query['set_filter'])) {

$temp['set_filter'] = $self->request->query['set_filter'];
}
foreach ($self->request->query['values'] as $criteria_name => $criteria_val) {
//$self->params['form']['fields'][$criteria_name] = $criteria_name;
//$self->params['form']['operators'][$criteria_name] = '=';
Expand Down

0 comments on commit 4e406ee

Please sign in to comment.