Actions
Bug #56980
closedExpanding inline elements in FlexForms loads forever
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2014-03-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Steps to reproduce:
- Add an inline element to your FlexForm configuration
- Load the form and add a record.
- Collapse the record
- Save the form
- Expand the record
The record will open correctly but the loading bar will never stop.
Example FlexForm field:
<settings.mysetting> <TCEforms> <label>Test</label> <config> <type>inline</type> <foreign_table>foreign_table</foreign_table> <foreign_field>parent_uid</foreign_field> <foreign_table_field>parent_table</foreign_table_field> <foreign_match_fields> <parent_field>parent_field</parent_field> </foreign_match_fields> </config> </TCEforms> </settings.mysetting>
Updated by Mathias Schreiber almost 10 years ago
- Description updated (diff)
- Status changed from New to Resolved
fixed on master
Updated by Alexander Stehlik almost 10 years ago
Also seems to be fixed in the 6.2 branch, just did a quick test.
Thank you!
Actions