From b608f5479ff96c7064a673179eb537da8c54efbd Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 14 Feb 2022 10:50:08 +0100 Subject: [PATCH] wait #5090 @0.25 --- src/app/Magic/Controllers/CubistMagicController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5