[TYPO3-core] RFC #5500: Feature: Load Inline Elements On Demand

Stefan Geith typo3dev2010.nospam1 at geithware.de
Tue Mar 30 14:17:45 CEST 2010


Stefan Geith schrieb:
> [...]
> My Data is organized like this:
> 
> Table 'clients'
>       Field 'title'
>       Field 'divlist' = Inline -> Table 'divisions'
>       Field 'systemlist' = Inline -> Table 'systems'
> 
> Table 'divisions'
>       Field 'title'
>       Field 'joblist' = Inline -> Table 'jobs'
> 
> Table 'systems'
>       Field 'title'
>       Field 'joblist' = Inline -> Table 'jobs'
> 
> Table 'jobs'
>       Field 'title'
> 

One more test:

I changed the inline-Definition of 'client'/'divList';
I added 'ajaxLoad'=>0 to appearance.

Now _all_ works great.

My guess:
Problem arises with more than one inline relation per table
loaded via ajaxLoad ?

/Stefan


More information about the TYPO3-team-core mailing list