From 1aac41d68e9c8626669d45ccd6e71ab5c3c69117 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 6 Jun 2019 15:45:10 +0200 Subject: [PATCH] #2810 --- src/app/Magic/Controllers/CubistMagicControllerTrait.php | 1 - 1 file changed, 1 deletion(-) 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'); } -- 2.39.5