Project

General

Profile

Actions

Bug #20654

closed

Field defined as "sortby" in TCA doesn't support versioning

Added by Sven Weiss almost 15 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2009-06-23
Due date:
% Done:

0%

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

Description

The field which I define in $TCA[$table]['ctrl']['sortby'] doesn't support versioning because it is hard coded to not support versioning. So it is not possible to publish a new sort order of elements.

In my case I want to give my editors the possibility to sort images in their workspace and then I want to publish it. But this doesn't work.

class.t3lib_tcemain.php - Line 4503:
...
// Find fields to keep
$keepFields = $this->getUniqueFields($table);
if ($TCA[$table]['ctrl']['sortby']) {
$keepFields[] = $TCA[$table]['ctrl']['sortby'];
}
...

On line 4540 there is the very curious reason:
// sortby is a "keepFields" which is why this will work...
(issue imported from #M11384)

Actions #1

Updated by Oliver Hader about 13 years ago

  • Assignee set to Oliver Hader
  • Target version deleted (0)
Actions #2

Updated by Susanne Moog about 13 years ago

Additional Task:
If you have translated elements and sort them (especially if they are connected to their default language versions) you'll get a lot of funny effects. Try it: Create three default elements, translate them, and sort them up and down a bit. After some weird circumstances the sort order of the default elements changes, the translated elements jump in the default column, and everything gets really strange...

Actions #3

Updated by Tolleiv Nietsch over 12 years ago

  • Status changed from New to Accepted
Actions #4

Updated by Michael Stucki over 10 years ago

  • Category set to Workspaces
Actions #5

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
Actions #6

Updated by Stefan Neufeind over 9 years ago

  • Is Regression set to No

Would be great to have this solved. Sorting elements inside a workspace is quite a common task imho (maybe during preparing a site for relaunch or so).

Actions #7

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 7.5
Actions #8

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #9

Updated by Mathias Schreiber over 8 years ago

  • Target version deleted (7 LTS)
Actions #10

Updated by Oliver Hader over 3 years ago

  • Assignee deleted (Oliver Hader)
Actions #11

Updated by Oliver Bartsch over 3 years ago

  • Status changed from Accepted to Closed

Since TYPO3 v8 moving placeholders (= moving + sorting of records within a workspace) is enabled for all workspace-related records. This was introduced in TYPO3 v4.2 and is stable enough that it works. Just verified and your mentioned workflow is working as expected. I will close this issue now. If you feel there is still something that is missing, let me know and I will re-open the ticket.

Actions

Also available in: Atom PDF