Skip to content

Commit

Permalink
Merge pull request #2689 from forkcms/fix-faq-sequence-again
Browse files Browse the repository at this point in the history
Don't set the row parameter in the Categories action's datagrid
  • Loading branch information
carakas committed Dec 18, 2018
2 parents 0071b40 + a57aaf2 commit 904df31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Backend/Modules/Faq/Actions/Categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ private function loadDataGrid(): void
} else {
$this->dataGrid->setColumnsHidden(['sequence']);
}
$this->dataGrid->setRowAttributes(['id' => '[id]']);
$this->dataGrid->setPaging(false);

// check if this action is allowed
Expand Down

0 comments on commit 904df31

Please sign in to comment.