Project

General

Profile

Actions

Feature #17207

closed

IRRE load records from freign TCA

Added by Bernhard Berger over 17 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-04-14
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

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

articles_tca.php (12.2 KB) articles_tca.php Administrator Admin, 2007-04-14 02:38
products_tca.php (17.3 KB) products_tca.php Administrator Admin, 2007-04-14 02:38
Actions #1

Updated by Oliver Hader over 17 years ago

In general this should work. When a field of the TCA type "inline" is processed by TCEforms, the TCA of the foreign_table is loaded by "t3lib_div::loadTCA($foreign_table);".

Is your extension available in the TER? If so, please tell me the extension key. You can send the whole extension file via e-mail to oh (at) inpublica (dot) de alternatively and I'm going to have a closer look.

Actions #2

Updated by Bernhard Berger about 17 years ago

No it isn't available in TER, because it has still no frontend-functionality and not all backend functionalities it should have..

You've got a mail.

Actions #3

Updated by Oliver Hader about 17 years ago

Did you experience further problems on this issue? I've tested this with different extensions ("foreign tca.php"), changed the order of extensions being registered and loaded and cannot reproduce this behaviour.

If the problem still exists, please send me some more details so that I can reproduce (e.g. also screenshots, etc.).

Actions #4

Updated by Christian Kuhn over 15 years ago

Resolved, unable to reproduce:

- Oliver was unable to reproduce this
- No feedback for a long time as requested

Please reopen / add new issue if this is still reproducible in current versions and please attach a test extensions and / or documentation on how to reproduce.

Actions #5

Updated by Benni Mack almost 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF