Actions
Bug #70559
closedStory #69617: FormEngine bugs
IRRE with MM table usage fails
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
Updated by Armin Vieweg about 9 years ago
Updated by Christian Kuhn about 9 years ago
- Category set to FormEngine aka TCEforms
- Target version set to 7 LTS
Updated by Morton Jonuschat about 9 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?
Updated by Armin Vieweg about 9 years ago
I'll check it in the next days and will report!
Updated by Christian Kuhn about 9 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.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions