Project

General

Profile

Bug #82955

Updated by Susanne Moog about 4 years ago

The parser used in AbstractItemProvider for FormEngine does not allow values like: 

 <pre> 
 foreign_table='tx_mytable', 
 foreign_table_where='ORDER BY FIELD(belongstogroup, "system", "loudspeaker", "dsp", "controls", "inputs", "outputs", "network", "conditions", "connectors", "datalinear", "power", "dimensions"), title;' 
 </pre>

Back