Skip to content
Snippets Groups Projects
Commit 02619e7c authored by Rahul Rasgon's avatar Rahul Rasgon Committed by Sean Blommaert
Browse files

Issue #3209123: Setting Items per page to 0 doesn't show all items.

parent 2368dd41
No related branches found
No related tags found
1 merge request!8Issue #3209123: Setting Items per page to 0 doesn't show all items.
......@@ -33,7 +33,7 @@ class ViewsReferenceLimit extends PluginBase implements ViewsReferenceSettingInt
* {@inheritdoc}
*/
public function alterView(ViewExecutable $view, $value) {
if (!empty($value)) {
if ($value !== "") {
$view->setItemsPerPage($value);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment