Bug #20367
closed"select" fields with "renderMode" set to "checkbox" and non-live workspace
0%
Description
"select" fields with a "renderMode" set to "checkbox" will lose their values the first time they are modified in a non-live workspace. This only occurs if the "select" field's values were set in the live workspace then modified for the first time in a non-live workspace.
The bug seems to originate from the t3lib_tcemain::getVersionizedIncomingFieldArray() function which only seems to handle comma separated "select" field values but not arrays.
This can be reproduced by following these steps:
1) In the live workspace:
- Edit a record containing a "select" field with a "renderMode" set to "checkbox".
- Ensure at least on of the field's checkboxes has been checked.
- Save your changes.
2) In a non-live workspace:
- Modify the same record.
- Modify the field's checkbox selection.
- Save your changes.
You will now notice that on the first save the "select" field's values are now lost.
(issue imported from #M10995)
Files
Updated by Steffen Ritter over 13 years ago
- Project changed from 624 to TYPO3 Core
- Status changed from New to Accepted
- Assignee set to Steffen Ritter
- Target version deleted (
0)
Updated by Alexander Opitz over 11 years ago
- Status changed from Accepted to Needs Feedback
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Steffen Ritter) - Is Regression set to No
No feedback for over 90 days.