Actions
Bug #83898
openHaving the sorting field in the TCA of tt_content partly breaks the copy function in the page module
Status:
New
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2018-02-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Adding tt_content.sorting
to the TCA of tt_content
(e.g. to enable the field for Extbase models) partly breaks the copy functionality in the page module. The sorting of the target position will not be calculated correctly, but the sorting of the original row will be used instead.
The only solution is to set the TCA type of the field to none
(this works for mapping it to Extbase models, but other people may have other intentions to add the sorting field to the TCA where this type might not be valid, especially if one wants to add it to the showitems). Not even the type passthrough
works.
Discovered and tested this in version 8, but is most likely also present in 7 and 9.
Updated by S P almost 7 years ago
- Subject changed from Having the sorting field in the TCA of tt_content partly breakes the copy function in the page module to Having the sorting field in the TCA of tt_content partly breaks the copy function in the page module
Updated by Riccardo De Contardi about 6 years ago
- Category set to FormEngine aka TCEforms
Actions