fix team opens in modal (#1041)
This commit is contained in:
@@ -468,9 +468,6 @@
|
|||||||
{% if team.id is not empty %}
|
{% if team.id is not empty %}
|
||||||
{% if is_granted('edit', team) %}
|
{% if is_granted('edit', team) %}
|
||||||
{% set class = '' %}
|
{% set class = '' %}
|
||||||
{% if view != 'edit' %}
|
|
||||||
{% set class = 'modal-ajax-form' %}
|
|
||||||
{% endif %}
|
|
||||||
{% set actions = actions|merge({'edit': {'url': path('admin_team_edit', {'id': team.id}), 'class': class}}) %}
|
{% set actions = actions|merge({'edit': {'url': path('admin_team_edit', {'id': team.id}), 'class': class}}) %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user