Project

General

Profile

Actions

Bug #72321

closed

Inline element Error: showItem

Added by Boris Andrachnik over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2015-12-18
Due date:
% Done:

0%

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

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

Options_ADD.png (16.3 KB) Options_ADD.png Boris Andrachnik, 2015-12-23 15:55
Options-without_Description.png (12.8 KB) Options-without_Description.png Boris Andrachnik, 2015-12-23 15:55
tx_pxtest_domain_model_option.php (4.01 KB) tx_pxtest_domain_model_option.php Boris Andrachnik, 2015-12-23 16:16
tx_pxtest_domain_model_product.php (4.51 KB) tx_pxtest_domain_model_product.php Boris Andrachnik, 2015-12-23 16:16
Actions #1

Updated by Boris Andrachnik over 8 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.

Actions #2

Updated by Morton Jonuschat over 8 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 over 8 years ago

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) .

Actions #5

Updated by Morton Jonuschat over 8 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?

Actions #6

Updated by Mathias Schreiber about 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

Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF