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 5959
6060 <tbody >
6161 {% 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 ( ' ' ) ) }}
6363 {% endfor %}
6464 </tbody >
6565 </table >
7878
7979 <tbody >
8080 {% 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 ( ' ' ) ) }}
8282 {% endfor %}
8383 </tbody >
8484 </table >
You can’t perform that action at this time.
0 commit comments