You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice, that all targets are included in the report.
I did some diagnostics and it seems that DocxReport.php gets proper $data (contains only selected targets) when being constructed by getPlugin on ReportPlugin.php.
However after this when the actual report generation starts, _expandLists() of DocxReport.php generates lists for all targets instead of the targets in $data.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
I did some diagnostics and it seems that DocxReport.php gets proper $data (contains only selected targets) when being constructed by getPlugin on ReportPlugin.php.
However after this when the actual report generation starts, _expandLists() of DocxReport.php generates lists for all targets instead of the targets in $data.
The text was updated successfully, but these errors were encountered: