[SecurityBundle] Fix the datacollector to properly support decision.object being null

This commit is contained in:
Maxime Steinhausser 2017-11-05 20:42:22 +01:00
parent d483410086
commit 769a5f204f

View File

@ -264,7 +264,7 @@
{{ profiler_dump(decision.attributes) }}
{% endif %}
</td>
<td>{{ profiler_dump(decision.object) }}</td>
<td>{{ profiler_dump(decision.seek('object')) }}</td>
</tr>
{% endfor %}
</tbody>