Bläddra i källkod

Add a check on delete route for batch action

Samffy 13 år sedan
förälder
incheckning
a3b8a9df1e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Admin/Admin.php

+ 1 - 1
Admin/Admin.php

@@ -788,7 +788,7 @@ abstract class Admin implements AdminInterface, DomainObjectInterface
     {
         $actions = array();
 
-        if ($this->isGranted('DELETE')) {
+        if ($this->hasRoute('delete') && $this->isGranted('DELETE')) {
             $actions['delete'] = array(
                 'label' => $this->trans('action_delete', array(), 'SonataAdminBundle'),
                 'ask_confirmation' => true, // by default always true