Closed micayael closed 1 month ago
Hi
I think there is a bug on this file: src/Resources/views/edit_matrix.html.twig on line 19
<th>{{ 'matrix.header.label.override'|trans({}, 'SonataBatchEntityImportBundle') }}</th>
This should be
{% if importConfiguration.allowOverrideEntity %} <th>{{ 'matrix.header.label.override'|trans({}, 'SonataBatchEntityImportBundle') }}</th> {% endif %}
Hi, yes, you are right, thanks.
@micayael done
Great @jgrygierek!!!
Hi
I think there is a bug on this file: src/Resources/views/edit_matrix.html.twig on line 19
This should be