File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Bridge/Symfony/Bundle/Resources/views/DataCollector Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
60
60
<tbody >
61
61
{% for key , itemOperation in collector .resourceMetadata .itemOperations %}
62
- {{ apiPlatform.operationLine (key , itemOperation , collector .requestAttributes .item_operation_name ) }}
62
+ {{ apiPlatform.operationLine (key , itemOperation , collector .requestAttributes .item_operation_name | default ( ' ' ) ) }}
63
63
{% endfor %}
64
64
</tbody >
65
65
</table >
78
78
79
79
<tbody >
80
80
{% for key , collectionOperation in collector .resourceMetadata .collectionOperations %}
81
- {{ apiPlatform.operationLine (key , collectionOperation , collector .requestAttributes .collection_operation_name ) }}
81
+ {{ apiPlatform.operationLine (key , collectionOperation , collector .requestAttributes .collection_operation_name | default ( ' ' ) ) }}
82
82
{% endfor %}
83
83
</tbody >
84
84
</table >
You can’t perform that action at this time.
0 commit comments