Bug #72321
closed
Inline element Error: showItem
Added by Boris Andrachnik almost 9 years ago.
Updated about 6 years ago.
Category:
FormEngine aka TCEforms
Description
I have created Extension with Extension Builder.
Two Objects: "1: n" => TCA inline type.
List View:
When I create (add) a child element, at will be all item (showitem) the child element displayed.
After that I save element and then will be displayed only the label of the child object.
It was worked in version 6.2 .
Files
Boris Andrachnik wrote:
I have created Extension with Extension Builder.
Two Objects: "1: n" => TCA inline type.
List View:
When I create (add) a child element, at will be all item (showitem) the child element displayed.
After that I save element and then will be displayed only the label of the child object.
It was worked in version 6.2 .
I put in TCA a child element -label_alt:
['ctrl']['label'] = 'title'
['ctrl']['label_alt']='myitem1,myitem2'
Now at will by displayed: title,myitem1,myitem2.
But it ist bad solution.
- Description updated (diff)
- Category changed from 978 to FormEngine aka TCEforms
- Status changed from New to Needs Feedback
- Target version deleted (
7 LTS)
Could you please provide more details of your TCA configuration and maybe screenshots showing the working setup in TYPO3 6.2 and the broken TYPO3 7?
Hier ist my TCA configuration (see attachment).
In the first image "Options_ADD.png" I create a child element "Options"
You see item "Description" displayed.
Then I save Object.
The next image after save-> "Description" ist NOT displayed.
If I put in TCA (tx_pxtest_domain_model_option) next term
...
'ctrl' => array(
'label_alt'=>'description' ...
the item "Description" will be displayed.
The same TCA configuration ist working in version 6.2 (without label_alt) .
I tried to reproduce this on TYPO3 7.6.0, 7.6.1 and 7.6.2. With your TCA files and a matching boilerplate extension from the Extension Builder everything is fine here.
Does this problem still occur for you on the current TYPO3 7.6 version?
- Status changed from Needs Feedback to Resolved
I assume this as resolved, because I couldn't reproduce it either and the reporter gave no feedback
- Status changed from Resolved to Closed
Also available in: Atom
PDF