Skip to content

Commit

Permalink
fix: Fixed permission for nodesTranstypePage action menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed May 2, 2024
1 parent 920f273 commit 151878e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<i class="uk-icon-rz-duplicate"></i><span class="label">{% trans %}duplicate{% endtrans %}</span>
</a>
{% endif %}
{% if is_granted('EDIT_ATTRIBUTE', node) %}
{% if is_granted('EDIT_SETTING', node) %}
<a
class="uk-button"
href="{{ path('nodesTranstypePage', { nodeId:node.getId }) }}"
Expand Down

0 comments on commit 151878e

Please sign in to comment.