Explorar o código

Merge pull request #880 from ychadwick/dashboard_group_fix

Use the "groups" variable and not the "admin_pool.dashboardGroups"
Thomas %!s(int64=13) %!d(string=hai) anos
pai
achega
185fdc1df9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Resources/views/Block/block_admin_list.html.twig

+ 1 - 1
Resources/views/Block/block_admin_list.html.twig

@@ -12,7 +12,7 @@ file that was distributed with this source code.
 {% extends 'SonataBlockBundle:Block:block_base.html.twig' %}
 
 {% block block %}
-    {% for group in admin_pool.dashboardGroups %}
+    {% for group in groups %}
         <table class="table table-bordered table-striped sonata-ba-list">
             <thead>
                 <tr>