We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccc27c commit 50d2059Copy full SHA for 50d2059
modules/solrsearch/controllers/BrowseController.php
@@ -57,7 +57,7 @@ public function indexAction()
57
$this->view->showSeriesBrowsing = $this->seriesUtil->hasDisplayableSeries();
58
59
$config = $this->getConfig();
60
- // TODO there are no unit tests for showing/hiding the following sections
+
61
if (isset($config->browsing->showLatestDocuments)) {
62
$this->view->showLatestDocuments = filter_var($config->browsing->showLatestDocuments, FILTER_VALIDATE_BOOLEAN);
63
}
0 commit comments