Project

General

Profile

Actions

Bug #70559

closed

Story #69617: FormEngine bugs

IRRE with MM table usage fails

Added by Armin Vieweg over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-10-10
Due date:
% Done:

100%

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

Description

The field configuration of fields in DCEs is this:

        'fields' => array(
            'exclude' => 0,
            'label' => $ll . 'tx_dce_domain_model_dce.fields',
            'config' => array(
                'type' => 'inline',
                'foreign_table' => 'tx_dce_domain_model_dcefield',
                'MM' => 'tx_dce_dce_dcefield_mm',
                'minitems' => 1,
                'maxitems' => 999,
                'appearance' => array(
                    'enabledControls' => array(
                        'hide' => false,
                        'dragdrop' => true,
                        'sort' => true,
                    ),
                    'levelLinksPosition' => 'both',
                ),
            ),
        ),

And I have attached a screenshot, of what happend in current devmaster.

I've created a new DCE with a new field and saved it. This is the dialog.

And when you create a new field no child entry fields are visible but "hidden".


Files

Actions #2

Updated by Christian Kuhn over 8 years ago

  • Parent task set to #69617
Actions #3

Updated by Christian Kuhn over 8 years ago

  • Category set to FormEngine aka TCEforms
  • Target version set to 7 LTS
Actions #4

Updated by Morton Jonuschat over 8 years ago

  • Status changed from New to Needs Feedback

I just tried to reproduce using dce 1.1.1 from TER and TYPO 7.6-dev from today and couldn't reproduce the state in the screenshot. Could you check if the issue still occurs for you?

Actions #5

Updated by Armin Vieweg over 8 years ago

I'll check it in the next days and will report!

Actions #6

Updated by Christian Kuhn over 8 years ago

  • Status changed from Needs Feedback to Resolved
  • % Done changed from 0 to 100

this should work now. please re-open / create new if we're wrong.

Actions #7

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF