From f683a177bedc7d0d723ceca0361936171b2b688e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 7 Jun 2019 13:01:33 +0200 Subject: [PATCH] #2783 --- src/app/Magic/Controllers/CubistMagicControllerTrait.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/Magic/Controllers/CubistMagicControllerTrait.php b/src/app/Magic/Controllers/CubistMagicControllerTrait.php index 9c36368..19d72cb 100644 --- a/src/app/Magic/Controllers/CubistMagicControllerTrait.php +++ b/src/app/Magic/Controllers/CubistMagicControllerTrait.php @@ -20,8 +20,8 @@ trait CubistMagicControllerTrait if ($this->_clonable) { $this->crud->allowAccess('clone'); } - $this->crud->allowAccess('revisions'); - $this->crud->with('revisionHistory'); +// $this->crud->allowAccess('revisions'); +// $this->crud->with('revisionHistory'); /* -- 2.39.5