Skip to content

Commit

Permalink
if not comparing, set show_limit_control to true for Evolution Report (
Browse files Browse the repository at this point in the history
…#17987)

* if not comparing, show limit control #17965
  • Loading branch information
Tim-Hinnerk Heuer committed Sep 15, 2021
1 parent 73fdbb0 commit 9585236
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Expand Up @@ -48,6 +48,7 @@ public function beforeLoadDataTable()
{
if (!$this->isComparing()) {
$this->calculateEvolutionDateRange();
$this->config->show_limit_control = true;
}

parent::beforeLoadDataTable();
Expand Down
4 changes: 2 additions & 2 deletions tests/UI/expected-screenshots/Comparison_row_evolution.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9585236

Please sign in to comment.