Task #78143
closedCustom-Palette/Tab rendered twice in TYPO3 7.6.11
0%
Description
After update from 7.6.9 to 7.6.11 our custom tab/palette for tt_content shows up twice.
- the palette config is available only one time each type.
- the palette shows up before "Relations" (fluidcontent?) tab and at the end of the tab-list.
Any hints to resolve this?
Updated by Rene K about 8 years ago
- Tracker changed from Bug to Task
I was wrong: The palette is also visible in configuration twice.
I have declared the palette in Configuration/TCA/Overrides/tt_content.php. It was not inserted by TYPO3 7.6.9 automaticly, so I inserted with include_once().
But it seems that TYPO3 does not care about include_once(), so I have to ask about the TYPO3_version before including.
You should documented this behaviour if not yet oone.
Updated by Riccardo De Contardi over 6 years ago
- Status changed from New to Closed
Please forgive us for this so very late answer.
include_once()
has nothing to do with a TCA override, with this little information about what you did it is very hard to tell if there is something we can do or update, even on documentation.
Please understand us as we close this issue; please reopen it or open a new one with a reference to this one with further details on your usecase if you think that this is the wrong decision or that there is still something to do.
Thank you and, once again, sorry.