From: Vincent Vanwaelscappel Date: Thu, 6 Jun 2019 13:45:10 +0000 (+0200) Subject: #2810 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1aac41d68e9c8626669d45ccd6e71ab5c3c69117;p=cubist_cms-back.git #2810 --- diff --git a/src/app/Magic/Controllers/CubistMagicControllerTrait.php b/src/app/Magic/Controllers/CubistMagicControllerTrait.php index 52d6564..10928d1 100644 --- a/src/app/Magic/Controllers/CubistMagicControllerTrait.php +++ b/src/app/Magic/Controllers/CubistMagicControllerTrait.php @@ -31,7 +31,6 @@ trait CubistMagicControllerTrait $this->_postSetModel(); if ($this->_bulk) { $this->crud->enableBulkActions(); - $this->crud->allowAccess('show'); if ($this->_clonable) { $this->crud->addButton('bottom', 'bulk_clone', 'view', 'crud::buttons.bulk_clone', 'beginning'); }