Fix variables wrongly wrapped with an array
Fix #13873 Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
c9bdd1b268
commit
aa61119ad5
@ -31,9 +31,9 @@
|
||||
</tr>
|
||||
{% else %}
|
||||
{% for privilege in privileges %}
|
||||
{% include 'privileges/privileges_summary_row.twig' with [
|
||||
{% include 'privileges/privileges_summary_row.twig' with
|
||||
privilege|merge({'type': type})
|
||||
] only %}
|
||||
only %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</tbody>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user