Bug #81382
closedTab images doesn't load when setting CType.keepItems to textpic
0%
Description
Hi,
I'm working on TYPO3 8.7.1, PHP 7.0.17
On a folder i have this TSConfig :
TCEFORM.tt_content.CType.keepItems = textpic
It works, when i try to add a page content to this page, i obtain a "Text & Images" content, as it is the only one possible to add. But the problem is, the "Images" tab is missing, so i can't add any image.
Thanks a lot.
Updated by Riccardo De Contardi over 7 years ago
It seems still reproducible in version 9.0.0-dev (latest master)
Steps to reproduce it:¶
1) create a page
2) add to the TSConfig field:
TCEFORM.tt_content.CType.keepItems = textpic
3) go to list view (important)
4) click on "create new record" (the "+" icon in the page toolbar) and then "Create a new content element >Page Content "
or
"new record" (the "+" icon in the content table list)
Result:¶
the new text&pic element misses the "image" tab
Note:¶
If you use the wizard ("create new record" (the "+" icon in the page toolbar) and then "Create a new content element >Click here for wizard!") the error does not occur.
Updated by Riccardo De Contardi over 7 years ago
- Category set to FormEngine aka TCEforms
Updated by Riccardo De Contardi over 6 years ago
Still present on 9.2.0-dev (latest master)
Updated by Guido S. over 6 years ago
Function renderLink() in typo3\sysext\backend\Classes\Controller\NewRecordController.php miss the defVals parameter. Check see line 605 typo3\sysext\backend\Classes\Controller\ContentElement\NewContentElementController.php
Source: master
Updated by Riccardo De Contardi almost 6 years ago
Still present on 10.0.0-dev (latest master)
Updated by Riccardo De Contardi over 4 years ago
Still present on 10.4.0-dev (latest master); but only with the "+" icon on the page toolbar of the List view (the "+" icon on the Page Content Table will open the wizard and the issue does not occur)
Updated by Christoph Lehmann 8 months ago
- Status changed from Accepted to Needs Feedback
In v13.1 - in the list view - creating new page content via toolbar is not possible anymore. But it works in the content table with the button "+ New Page Content" and the images tab is visible.
So, close this issue?
Updated by Riccardo De Contardi 8 months ago ยท Edited
Christoph Lehmann wrote in #note-8:
In v13.1 - in the list view - creating new page content via toolbar is not possible anymore. But it works in the content table with the button "+ New Page Content" and the images tab is visible.
So, close this issue?
Actually, it is still reproducible on TYPO3 11.5.35 but not on 12 or 13; as you wrote, in list view you can't add a content element anymore in list view using "add new record" button in header.
TYPO3 11 is in "priority bugfix" phase so I'd agree it could be closed anyway
Updated by Riccardo De Contardi 5 months ago
- Status changed from Needs Feedback to Closed
As I wrote on my previous comment, this issue now affects only v.11 that is in "priority bugfix" mode, therefore
I am closing it.
If you think that this is the wrong decision or experience the issue again on recent TYPO3 versions please reopen it or open a new issue with a reference to this one. Thank you