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

Issues with "Row" element: CEs added appear in all columns #301

Open
fnagel opened this issue Nov 2, 2018 · 3 comments
Open

Issues with "Row" element: CEs added appear in all columns #301

fnagel opened this issue Nov 2, 2018 · 3 comments

Comments

@fnagel
Copy link

fnagel commented Nov 2, 2018

Since this commit 46d37ea#diff-e76fed3078b90d8b8aa97cfdc7b9f17c (introducing the colPos attribute) all content elements added to a column will appear in all columns.

I'm using a template inspired by the one in this package and had similar issues so I've tested the "original" one again and run into the above mentioned issue. Problem is: just using the iteration cycle as colPos won't work either.

Any ideas how to solve this?

I've created a ticket in the flux issues: FluidTYPO3/flux#1645

@outdoorsman
Copy link
Contributor

I will do what I can to look into that. I'm in the process of making things 8.7 compatible so the dust hasn't settled yet and it's not currently in a fully-working state either I don't think. I will do my best to reply later once I can get back to this project. Right now I'm on a deadline for something.

@fnagel
Copy link
Author

fnagel commented Nov 8, 2018

Thanks for the feedback! Sounds good indeed...

I will try to get some approval from my client to work a little on this too. Make sure to check out the linked flux ticket!

@ajikmi
Copy link

ajikmi commented Mar 20, 2019

why not:
<flux:grid.column colPos="{iteration.cycle}"
instead of
<flux:grid.column colPos="1"

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

No branches or pull requests

3 participants