فهرست منبع

Display create button on tree view

Quentin Somazzi 9 سال پیش
والد
کامیت
eae0798548
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Admin/Admin.php

+ 1 - 1
Admin/Admin.php

@@ -2971,7 +2971,7 @@ abstract class Admin implements AdminInterface, DomainObjectInterface
     {
         $list = array();
 
-        if (in_array($action, array('show', 'edit', 'delete', 'list', 'batch'))) {
+        if (in_array($action, array('tree', 'show', 'edit', 'delete', 'list', 'batch'))) {
             $list['create'] = array(
                 'template' => 'SonataAdminBundle:Button:create_button.html.twig',
             );