Feature #17207
closedIRRE load records from freign TCA
0%
Description
Hi everybody,
I am currently working on a huge project, that uses many IRRE-funcionality in the backend.
Now I found a problem:
I have splitted the parts of the project into several extensions, in my particular case into
- Articles-Section
- Product-Database
- ImageGallery
I wanted to make it possible in the Articles-List-View to load ImageGalleries with IRRE, Same in the Product-Database. I want to do this, because you can append 0..n galleries to an Article or a Product-Sheet from the Image-Gallery, but you can also define ImageGalleries as it's own, because not every gallery has to be related to an Article or a Product.
But the List-Module in the BE doesn't display my configured field "galleries" (other fields located in the tca like title, releasedate, description, etc. are displayed), just not the one located in a foreign tca.php file.
It would be very nice, if this could be made possible, and I think it would be a very important feature.. Using the "select"-type works fine.. but has not that improved functionality :/
Regards,
Bernhard
(issue imported from #M5422)
Files