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
Describe the bug <f:for each="{reviews}" as="reviews"> <tr> <td><f:link.action action="show" arguments="{reviews : reviews}">{reviews.artist}</f:link.action></td> <td><f:link.action action="edit" arguments="{reviews : reviews}">Edit</f:link.action></td> <td><f:link.action action="delete" arguments="{reviews : reviews}">Delete</f:link.action></td> </tr> </f:for>
It can not be for:each= {reviews} as "reviews"> it should be for:each= {reviews} as "review"> and also for the following lines!
TYPO3 Version
11.5.36 Extension Builder Version:
TER 11.0.12
The text was updated successfully, but these errors were encountered:
Describe the bug
<f:for each="{reviews}" as="reviews"> <tr> <td><f:link.action action="show" arguments="{reviews : reviews}">{reviews.artist}</f:link.action></td> <td><f:link.action action="edit" arguments="{reviews : reviews}">Edit</f:link.action></td> <td><f:link.action action="delete" arguments="{reviews : reviews}">Delete</f:link.action></td> </tr> </f:for>
It can not be
for:each= {reviews} as "reviews">
it should befor:each= {reviews} as "review">
and also for the following lines!TYPO3 Version
11.5.36
Extension Builder Version:
TER 11.0.12
The text was updated successfully, but these errors were encountered: