Hotfix release available: 2025-05-14b "Librarian".
upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian".
upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian".
upgrade now! [56] (what's this?)
Hotfix release available: 2024-02-06b "Kaos".
upgrade now! [55.2] (what's this?)
Hotfix release available: 2024-02-06a "Kaos".
upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos".
upgrade now! [55] (what's this?)
Hotfix release available: 2023-04-04b "Jack Jackrum".
upgrade now! [54.2] (what's this?)
achtung_hilfreich_typo3_bugs_wichtig
This is an old revision of the document!
Eigene Extension: Dokumente werden in der übersetzung nur im Standard angezeigt.
Lösung für Typo3 6,7 und 8: In dieser Datei:
typo3/sysext/extbase/Classes/Persistence/Generic/Mapper
Muss folgende Zeile:
$constraint = $query->equals($columnMap->getParentKeyFieldName(), $parentObject);
In:
if (property_exists( $parentObject, '_localizedUid' )) {
$constraint = $query->equals($columnMap->getParentKeyFieldName(), $parentObject->_getProperty('_localizedUid'));
} else {
$constraint = $query->equals($columnMap->getParentKeyFieldName(), $parentObject);
}
geändert werden!
achtung_hilfreich_typo3_bugs_wichtig.1506093156.txt.gz · Last modified: 2024/01/05 12:59 (external edit)