Project

General

Profile

Actions

Bug #49424

closed

Saving content element in workspace change flexform data from typoscript_content plugin

Added by Karsten Nowak (undkonsorten) almost 11 years ago. Updated 9 months ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2013-06-25
Due date:
% Done:

0%

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

Description

I have an content element (typoscript_content) with flexform data in tt_content field "pi_flexform".
It save uid's from other content elements in this field. The data in pi_flexform was changed when i save it in workspace.
The right saved list (in LIVE mode) is here:

...
<value index="vDEF">57,47</value>
...

An simple list with uid. Here is the same list but saved in workspace mode:

...
<value index="vDEF">
   <numIndex index="0">57</numIndex>
   <numIndex index="1">47</numIndex>
</value>
...

TYPO3 6.1.1
workspaces 6.1.0

Actions

Also available in: Atom PDF