Bug #72321
closedInline element Error: showItem
0%
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
Updated by Boris Andrachnik almost 9 years ago
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.
Updated by Morton Jonuschat almost 9 years ago
- 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?
Updated by Boris Andrachnik almost 9 years ago
- File Options_ADD.png Options_ADD.png added
- File Options-without_Description.png Options-without_Description.png added
Updated by Boris Andrachnik almost 9 years ago
- File tx_pxtest_domain_model_option.php tx_pxtest_domain_model_option.php added
- File tx_pxtest_domain_model_product.php tx_pxtest_domain_model_product.php added
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) .
Updated by Morton Jonuschat almost 9 years ago
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?
Updated by Mathias Schreiber over 8 years ago
- 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