Project

General

Profile

Bug #56980

Updated by Mathias Schreiber about 9 years ago


 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: 

 <pre> 
 <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> 
 </pre>

Back