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
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| achtung_hilfreich_typo3_bugs_wichtig [2017/09/22 15:12] – laskawy | achtung_hilfreich_typo3_bugs_wichtig [2024/01/05 13:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Eigene Extension: | + | ====== |
| - | Dokumente werden in der übersetzung nur im Standard angezeigt. | + | |
| - | Lösung für Typo3 6,7 und 8: | + | **Lösung für Typo3 6,7 und 8:** |
| + | |||
| In dieser Datei: | In dieser Datei: | ||
| < | < | ||
| - | typo3/ | + | typo3/ |
| </ | </ | ||
| Line 23: | Line 23: | ||
| geändert werden! | geändert werden! | ||
| + | |||
| + | ====== Referenzieren von Inhalten verursacht, Fehlsortierung auf der gesamten Seite ====== | ||
| + | |||
| + | Dieses Phänomen tritt bei der Verwendung der Extension " | ||
| + | Um diese Fehlsortierung abzuschalten, | ||
| + | < | ||
| + | flux\Classes\Backend\TceMain.php | ||
| + | </ | ||
| + | |||
| + | und sucht euch den Bereich: | ||
| + | < | ||
| + | | ||
| + | |||
| + | // Perform an SQL query which directly copies the original record' | ||
| + | // When not in a workspace: copy the sorting field value from original to copy. | ||
| + | // When in a workspace: copy the sorting field value from original to versioned record and move placeholder. | ||
| + | if ($GLOBALS[' | ||
| + | |||
| + | // Update versioned record (which is what $parentRecord is when copy happens in workspace mode) | ||
| + | $this-> | ||
| + | sprintf( | ||
| + | ' | ||
| + | $child[' | ||
| + | ) | ||
| + | ); | ||
| + | |||
| + | // Update the move placeholder that was automatically created for the versioned record we updated above. | ||
| + | $this-> | ||
| + | sprintf( | ||
| + | ' | ||
| + | $child[' | ||
| + | ) | ||
| + | ); | ||
| + | |||
| + | } else { | ||
| + | |||
| + | $this-> | ||
| + | sprintf( | ||
| + | ' | ||
| + | $child[' | ||
| + | ) | ||
| + | ); | ||
| + | |||
| + | } | ||
| + | $this-> | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | Diesen komplett ausblenden! | ||
| + | |||
| + | ====== Elemente rutschen aus Grid-Container ====== | ||
| + | |||
| + | Dieses Phänomen tritt bei der Verwendung der Extension " | ||
| + | Um diesen Fehler abzuschalten, | ||
| + | < | ||
| + | $row[' | ||
| + | </ | ||
| + | in das: | ||
| + | < | ||
| + | $row[' | ||
| + | </ | ||
| + | Zudem noch Zeile 217: | ||
| + | < | ||
| + | $row[' | ||
| + | </ | ||
| + | in | ||
| + | < | ||
| + | $row[' | ||
| + | </ | ||
achtung_hilfreich_typo3_bugs_wichtig.1506093156.txt.gz · Last modified: 2024/01/05 12:59 (external edit)