Merge pull request #807 from nicolas-lescop/patch-6
Permit to display checkBoxes with config file
This commit is contained in:
commit
cafe636f58
|
|
@ -678,6 +678,7 @@ class RelationController extends ControllerBehavior
|
|||
$config->showSorting = $this->getConfig('view[showSorting]', true);
|
||||
$config->defaultSort = $this->getConfig('view[defaultSort]');
|
||||
$config->recordsPerPage = $this->getConfig('view[recordsPerPage]');
|
||||
$config->showCheckboxes = $this->getConfig('view[showCheckboxes]', false);
|
||||
|
||||
if (!$this->readOnly) {
|
||||
$config->recordOnClick = sprintf(
|
||||
|
|
|
|||
Loading…
Reference in New Issue