Skip to content

Commit

Permalink
fixes #4541 sort column changes when selecting another metric in Visi…
Browse files Browse the repository at this point in the history
…tTime
  • Loading branch information
tsteur committed Jan 22, 2014
1 parent a929eff commit c141848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/VisitTime/VisitTime.php
Expand Up @@ -226,6 +226,7 @@ private function setBasicConfigViewProperties(ViewDataTable $view)
{
$view->requestConfig->filter_sort_column = 'label';
$view->requestConfig->filter_sort_order = 'asc';
$view->requestConfig->addPropertiesThatShouldBeAvailableClientSide(array('filter_sort_column'));
$view->config->show_search = false;
$view->config->show_limit_control = false;
$view->config->show_exclude_low_population = false;
Expand Down

0 comments on commit c141848

Please sign in to comment.