CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #10403

autoconfig.relations.simpleRelations greift imho nicht

Added by Fabian Constien over 2 years ago. Updated about 2 years ago.

Status:New Start date:2010-10-22
Priority:-- undefined -- Due date:
Assignee:Dirk Wildt % Done:

0%

Category:Database Spent time: -
Target version:4.7.0
Votes: 0

Description

Grundlagen:
- Typo3 4.4.2
- Browser 3.4.5
- 5 Tabellen (angelegt via Kickstarter) - 1 Tabelle mit den Basisdatensätzen und 4 Tabellen stehen in Beziehung zur der erstgenannten (MM- und auch einfache Beziehungen)
- Konfiguration GUI: Alles auf Standard
- Konfiguration TS:
plugin.tx_browser_pi1 {
autoconfig {
relations = 1
relations {
simpleRelations = 1
mmRelations = 1
TCAconfig {
type = 1
type {
csvValue = select, group
}
}
}
}
views {
list {
1 {
select (
tx_ext_basistabelle.title,
tx_ext_tabelle1.feld,
tx_ext_tabelle2.feld,
tx_ext_tabelle3.feld,
tx_ext_tabelle4.feld
)
}
}
}
}

Problematik:
Die einfachen Beziehungen werden nicht automatisch erkannt, die MM-Beziehungen werden hingegen korrekt erkannt.

Mache ich etwas verkehrt oder liegt ein Bug vor?

History

Updated by Dirk Wildt about 2 years ago

  • Target version set to 4.7.0

Also available in: Atom PDF