Project

General

Profile

Actions

Bug #11833

closed

Sorting order of IRRE records is wrong after publishing

Added by Oliver Hader about 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Workspaces
Target version:
-
Start date:
2011-01-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Imagine the following scenario:
  • existing page record with an IRRE field (use irre_tutorial to reproduce, there's also a test case for this)
  • one child record is existing in live workspace
  • add new child records in custom workspace
  • publish them

The result is, that the sorting order of those child records is wrong, since sorting is applied in t3lib_loadBDgroup->writeForeignField() which gets called when not all records have been processed. The solution is to recall writeForeignField() with a remapAction after all database operations.


Files

forge_11833.patch (2.93 KB) forge_11833.patch Oliver Hader, 2011-01-01 20:13
Actions #1

Updated by Oliver Hader about 13 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Fixed in r3627

Actions #3

Updated by Michael Stucki over 10 years ago

  • Category set to Workspaces
Actions #4

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
  • Target version deleted (4.5 RC1)
Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF