Fix negativ pid when doing a positioned insert
If you insert a content element (or a page) at a concrete position f.e. after content element 15 the value in $row['pid'] is -15.
But in $this->data we already have the real pid, so we can just use it.
Merge request reports
Activity
Hi Stefan,
endlich bin ich dazugekommen, mir eure aktuellste Version anzuschauen. Bis jetzt läuft die echt gut, danke!
Aber leider hab ich da was gefunden, das ist auch in der rtehtmlarea kaputt. Aufgefallen ist mir das ganze, weil durch die falsche pid nur das Standard-pageTSconfig geladen wurde... ;-)
Ach ja, in $this->data stecken noch viel mehr interessante Sachen, da lohnt sich mal ein Blick :-)
Edited by Marco HuberJetzt schon: https://review.typo3.org/#/c/45969/ :-)
mentioned in commit 2136b599
Please register or sign in to reply