From: Vincent Vanwaelscappel Date: Mon, 14 Feb 2022 09:50:08 +0000 (+0100) Subject: wait #5090 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b608f5479ff96c7064a673179eb537da8c54efbd;p=cubist_cms-back.git wait #5090 @0.25 --- diff --git a/src/app/Magic/Controllers/CubistMagicController.php b/src/app/Magic/Controllers/CubistMagicController.php index c488d0f..3c11cb0 100644 --- a/src/app/Magic/Controllers/CubistMagicController.php +++ b/src/app/Magic/Controllers/CubistMagicController.php @@ -72,7 +72,7 @@ class CubistMagicController extends CubistCrudController if ($this->_nested) { $this->crud->allowAccess('reorder'); - $this->crud->enableReorder('name', 4); + $this->crud->enableReorder('name', 8); } // $this->crud->with('revisionHistory');