Bug #45576
closedLanguage switch modifies sortBy Field in Original Record
0%
Description
We have a very strange behaviour.
Yesterday we want to create a translation of a record via BE. After that the sortBy Field get a new generated value :( and 1200 records were overwritten!!!
What could we do to recover the records!
PS:- It only happens if a custom sortBy Field was configured in TCA.
- The value was incremented with 256 every step
I hope you have some ideas!
Updated by André Wuttig almost 12 years ago
Can be something inside: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-5/t3lib/class.t3lib_tcemain.php
Updated by Georg Ringer almost 12 years ago
- Status changed from New to Needs Feedback
if this field is defined in ext_tables.php "sortby", then this field should be never editable by an editor because (as you know now) it generated automatically by the core.
if this is not the case, some more details would be helpful.
please report back.
Updated by André Wuttig almost 12 years ago
Ok this was the problem.
Unfortunately the records are all overwritten :(
Straight away we have to check all projects for custom sortBy configuration in TCA and have to fix it if this field is editable by an editor.
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
4.5.24)