We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e5bfb commit 817c68dCopy full SHA for 817c68d
Resources/templates/CommonAdmin/ExcelAction/ExcelBuilderAction.php.twig
@@ -109,8 +109,8 @@ class ExcelController extends \{{ namespace_prefix }}\{{ bundle_name }}\Controll
109
$row = 2;
110
$results = $this->getResults();
111
112
- $colNum = 0;
113
foreach($results as ${{ builder.ModelClass }}) {
+ $colNum = 0;
114
{% for name,column in builder.columns %}
115
{% if column.credentials is not empty %}
116
{% set credentials = column.credentials %}
0 commit comments