Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

11.0.12 List.html #789

Open
hgalt opened this issue May 25, 2024 · 1 comment
Open

11.0.12 List.html #789

hgalt opened this issue May 25, 2024 · 1 comment
Labels

Comments

@hgalt
Copy link

hgalt commented May 25, 2024

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

@PKuhlmay
Copy link
Collaborator

Hi @hgalt
Could you share your ExtensionBuilder.json file? You can send it to me on Slack if you don't want to share it here.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants