]> _ Git - cubist_cms-back.git/commitdiff
#2810
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 6 Jun 2019 13:45:10 +0000 (15:45 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 6 Jun 2019 13:45:10 +0000 (15:45 +0200)
src/app/Magic/Controllers/CubistMagicControllerTrait.php

index 52d656405787da1d4a21a41d744f0e159e89a87c..10928d10485ff60726bd4a60969ff936e58a8d5d 100644 (file)
@@ -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');
             }