Bug #36551
Assignment of CE grid elements to grid container not working
| Status: | Resolved | Start date: | 2012-04-25 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Christoph Grafenauer | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| TYPO3 Version: | 4.7 | PHP Version: | ||
| Votes: | 0 |
Description
I have inserted a 2-column grid container on a page and I added a text element in the left column of the grid container.
Now the text element is not displayed WITHIN grid container but as an own content element on the page (below the grid container)
When i edit the left column of the grid container, it shows me that the content element is correctly assigned in the database.
History
Updated by Jo Hasenau about 1 year ago
- Status changed from New to Needs Feedback
- Assignee set to Christoph Grafenauer
Could you please provide more details?
How did you create the elements and how did you put the child element into the left column?
Did you assign integer values to the columns when creating the element with the grid wizard?
What is the number of the left column and what is the value in the DB field tx_gridelements_columns of the child element?
Which version of grid elements and TYPO3 are you using?
Are there any other extension installed that might influence tt_content stuff?
Updated by Christoph Grafenauer about 1 year ago
- File backend_layout_config.txt added
- File CE_backend_layout_2cols.txt added
Thank you for your fast reply. Of course, here are some details:
How did you create the elements and how did you put the child element into the left column?
I just used the Icon for adding a new Content Element in the left column of the container element.
Attached you will find the configuration of backend layout and CE backend layout.
Did you assign integer values to the columns when creating the element with the grid wizard?
Yes, only integer values (including 0).
What is the number of the left column and what is the value in the DB field tx_gridelements_columns of the child element?
Value of colPos of the left column is 10. Value in the DB field tx_gridelements_columns of the child element is also 10.
Which version of grid elements and TYPO3 are you using?
version of gridelements: 1.3.10
TYPO3 version: 4.7.0
Are there any other extension installed that might influence tt_content stuff?
Hm good question ;) At least no extension that is in a direct conflict with gridelements (like templavoila, multicolumns)
Installed extensions: powermail,tt_news,cooluri,wec_map,direct_mail,gridelements
If you can“t reproduce the problem, need some more details or maybe access to the system (it is currently just in a development environment), please let me know.
Thank you for your effort.
Updated by Jo Hasenau about 1 year ago
Thanks for providing the details.
The only difference I can see to my testing environment is the TYPO3 version, which is 4.6.x in our case.
Adding elements with the + symbol on top of a container column works flawlessly in any testing environment we have been using so far, which didn't include 4.7.x yet, since it was not released back then and we didn't have a final grid elements version until feature freeze.
So we concentrated on 4.5.x (since this is the version our sponsor will be using) and 4.6.x so far.
So I will try to reproduce it with 4.7.x and come back for a report later.
Updated by Jo Hasenau 5 months ago
- Status changed from Needs Feedback to Resolved
- TYPO3 Version set to 4.7
Can not reproduce this behaviour with current trunk and 4.7.x anymore.